bigdata
Here are 1,587 public repositories matching this topic...
-
Updated
Nov 18, 2021
-
Updated
Dec 28, 2021 - Java
-
Updated
Dec 29, 2021 - Java
What happened:
The latest release 1.3.0 (and master) appear to be incompatible with Kubernetes 1.22.
What you expected to happen:
It's
-
Updated
Aug 2, 2021 - 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
Nov 13, 2021 - C++
-
Updated
Dec 21, 2021 - Java
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Dec 20, 2021 - Python
-
Updated
Nov 13, 2021 - Python
especially for less obvious but lengthy code snippets!
-
Updated
Jan 29, 2021 - C#
-
Updated
Nov 11, 2021 - Go
-
Updated
Sep 8, 2021 - Python
-
Updated
Oct 6, 2021 - Jupyter Notebook
-
Updated
Nov 22, 2021 - Scala
-
Updated
Mar 17, 2021
-
Updated
Oct 12, 2021 - Go
Currently EntityResourceTest#get_entityListWithPagination_200 pagination creates 40 entities and performs listing with pagination tests. This is done for all the entities from the base class. such as table, databases, dashboards etc.
int maxEntities = 40;
Change maxEntities to a random number between 5 - 40 to reduce the time spent in testing during builds.
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