bigdata
Here are 1,628 public repositories matching this topic...
-
Updated
Mar 8, 2022
-
Updated
Mar 10, 2022 - Java
-
Updated
Mar 4, 2022 - Java
What would you like to be added:
can we add an extender framework such as kube-scheduler's extender. maybe we can send a RPC request or http request on each plugin functions, such as predicateFns.
Why is this needed:
we can add some logic of scheduling out of source code. such as an Operator specific requirements of scheduling
-
Updated
Mar 7, 2022 - Java
Describe the bug
When the finalizer is called for CLR JvmObjectId objects, it calls the rm
DotnetBackend method and this calls goes through the JvmBridge
class. Because the rm
call goes through [JvmBridge.CallJavaMethod](https://github.com/do
-
Updated
Mar 4, 2022 - C++
-
Updated
Feb 18, 2022 - Java
-
Updated
Mar 3, 2022 - JavaScript
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Mar 10, 2022 - Python
-
Updated
Nov 13, 2021 - Python
especially for less obvious but lengthy code snippets!
-
Updated
Nov 11, 2021 - Go
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 21, 2022 - Python
Follow the implementation example of ingestion/tests/integration/ometa/test_ometa_database_service_api.py
to implement the testing of the Python client for PipelineService.
-
Updated
Oct 6, 2021 - Jupyter Notebook
-
Updated
Mar 4, 2022 - Go
-
Updated
Mar 17, 2021
Improve this page
Add a description, image, and links to the bigdata topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bigdata topic, visit your repo's landing page and select "manage topics."
In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.
So the 1567th line should be removed.
![image](https://user-im