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

jackietien pushed a commit to branch ty/TableModelGrammar
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/ty/TableModelGrammar by this 
push:
     new 8c718117f6c fix unstoppable bug
8c718117f6c is described below

commit 8c718117f6c369d3b741a1e2655016e02c6892e4
Author: JackieTien97 <[email protected]>
AuthorDate: Fri Apr 19 09:51:24 2024 +0800

    fix unstoppable bug
---
 .../execution/operator/source/relational/TableScanOperator.java          | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/TableScanOperator.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/TableScanOperator.java
index 89853d8d6bb..22cefbeb82e 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/TableScanOperator.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/TableScanOperator.java
@@ -169,6 +169,7 @@ public class TableScanOperator extends 
AbstractDataSourceOperator {
     if (!isEmpty(measurementDataBlock)) {
       constructResultTsBlock();
     }
+    measurementDataBlock = null;
     return checkTsBlockSizeAndGetResult();
   }
 

Reply via email to