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 7dee0574ad4 Fix occasional failure of DistinctTagIT caused by read of
old attribute #16326
7dee0574ad4 is described below
commit 7dee0574ad4cf1adf73e99ce499cd1a26587eed5
Author: Weihao Li <[email protected]>
AuthorDate: Tue Sep 2 15:49:40 2025 +0800
Fix occasional failure of DistinctTagIT caused by read of old attribute
#16326
---
.../org/apache/iotdb/relational/it/query/recent/IoTDBDistinctTagIT.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBDistinctTagIT.java
b/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBDistinctTagIT.java
index f0d0ca89ff6..6508a71c9f9 100644
---
a/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBDistinctTagIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBDistinctTagIT.java
@@ -59,6 +59,7 @@ public class IoTDBDistinctTagIT {
"insert into t1(time, deviceId, attr1, s1) values(3000, 'd2', 'a2',
12)",
"insert into t1(time, deviceId, attr1, s1) values(2000, 'd1', 'a1',
13)",
"flush",
+ "clear attribute cache",
// test memory
"CREATE TABLE IF NOT EXISTS t2(deviceId STRING TAG, attr1 STRING
ATTRIBUTE, s1 INT64 FIELD)",