We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6344974 commit 65b7fe2Copy full SHA for 65b7fe2
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/datastructure/TVList.java
@@ -964,7 +964,7 @@ public TsBlock nextBatch() {
964
TSDataType dataType = getDataType();
965
int maxRowCountOfCurrentBatch =
966
Math.min(
967
- paginationController.hasLimit()
+ paginationController.hasSetLimit()
968
? (int) paginationController.getCurLimit()
969
: Integer.MAX_VALUE,
970
Math.min(maxNumberOfPointsInPage, rows - index));
0 commit comments