You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2023/03/23 08:05:06 UTC

[iotdb] 03/05: fix bug

This is an automated email from the ASF dual-hosted git repository.

hui pushed a commit to branch lmh/fixLimitBug1.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 32195676f90a73744239763f47d8f101103d7619
Author: Minghui Liu <li...@foxmail.com>
AuthorDate: Thu Mar 23 09:49:41 2023 +0800

    fix bug
---
 .../apache/iotdb/db/mpp/execution/operator/source/SeriesScanUtil.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/source/SeriesScanUtil.java b/server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/source/SeriesScanUtil.java
index be9c590aa5..635e7f873c 100644
--- a/server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/source/SeriesScanUtil.java
+++ b/server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/source/SeriesScanUtil.java
@@ -1149,8 +1149,9 @@ public class SeriesScanUtil {
 
           paginationController.setEnable(isSeq);
           tsBlock = paginationController.applyTsBlock(tsBlock);
-          paginationController.setEnable(true);
         }
+
+        paginationController.setEnable(true);
         return tsBlock;
       } finally {
         QUERY_METRICS.recordSeriesScanCost(