Skip to content

Commit 65b7fe2

Browse files
committed
fix compile error
1 parent 6344974 commit 65b7fe2

File tree

1 file changed

+1
-1
lines changed
  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/datastructure

1 file changed

+1
-1
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/datastructure/TVList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ public TsBlock nextBatch() {
964964
TSDataType dataType = getDataType();
965965
int maxRowCountOfCurrentBatch =
966966
Math.min(
967-
paginationController.hasLimit()
967+
paginationController.hasSetLimit()
968968
? (int) paginationController.getCurLimit()
969969
: Integer.MAX_VALUE,
970970
Math.min(maxNumberOfPointsInPage, rows - index));

0 commit comments

Comments
 (0)