Alima777 commented on a change in pull request #4534:
URL: https://github.com/apache/iotdb/pull/4534#discussion_r763954402



##########
File path: 
server/src/main/java/org/apache/iotdb/db/query/dataset/RawQueryDataSetWithoutValueFilter.java
##########
@@ -530,6 +560,10 @@ protected void fillCache(int seriesIndex) throws 
IOException, InterruptedExcepti
       synchronized (seriesReaderList.get(seriesIndex)) {
         // we only need to judge whether to submit another task when the queue 
is not full
         if (blockingQueueArray[seriesIndex].remainingCapacity() > 0) {
+          if (batchDataLengthList != null
+              && batchDataLengthList.get(seriesIndex) >= rowLimit + rowOffset) 
{
+            return;
+          }

Review comment:
       You are right~




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to