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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2bec9c70eca Disable the last cache for some last-related tests 
temporarily
2bec9c70eca is described below

commit 2bec9c70eca2d78fbfc664107929b8f09f2fa7bc
Author: Weihao Li <[email protected]>
AuthorDate: Wed Sep 10 13:40:13 2025 +0800

    Disable the last cache for some last-related tests temporarily
---
 .../iotdb/relational/it/query/recent/IoTDBTableAggregation2IT.java       | 1 +
 .../relational/it/query/recent/IoTDBTableAggregationNonStream2IT.java    | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregation2IT.java
 
b/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregation2IT.java
index 04538a55a84..76d861fd85e 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregation2IT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregation2IT.java
@@ -39,6 +39,7 @@ public class IoTDBTableAggregation2IT extends 
IoTDBTableAggregationIT {
     
EnvFactory.getEnv().getConfig().getCommonConfig().setMaxTsBlockSizeInByte(4 * 
1024);
     
EnvFactory.getEnv().getConfig().getCommonConfig().setTimePartitionInterval(5_000);
     
EnvFactory.getEnv().getConfig().getCommonConfig().setDataPartitionAllocationStrategy(SHUFFLE);
+    
EnvFactory.getEnv().getConfig().getCommonConfig().setEnableLastCache(false);
     EnvFactory.getEnv().initClusterEnvironment();
     prepareTableData(createSqls);
   }
diff --git 
a/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregationNonStream2IT.java
 
b/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregationNonStream2IT.java
index 27cd9ad89c5..a430979eaee 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregationNonStream2IT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregationNonStream2IT.java
@@ -39,6 +39,7 @@ public class IoTDBTableAggregationNonStream2IT extends 
IoTDBTableAggregationNonS
     
EnvFactory.getEnv().getConfig().getCommonConfig().setMaxTsBlockSizeInByte(4 * 
1024);
     
EnvFactory.getEnv().getConfig().getCommonConfig().setTimePartitionInterval(5_000);
     
EnvFactory.getEnv().getConfig().getCommonConfig().setDataPartitionAllocationStrategy(SHUFFLE);
+    
EnvFactory.getEnv().getConfig().getCommonConfig().setEnableLastCache(false);
     EnvFactory.getEnv().initClusterEnvironment();
     String original = createSqls[2];
     // make 'province', 'city', 'region' be FIELD to cover cases using 
GroupedAccumulator

Reply via email to