This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch windowing
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/windowing by this push:
new 1cc10dd5b67 fix
1cc10dd5b67 is described below
commit 1cc10dd5b67cdcdaf94ccd7ed89e09a3694cbe33
Author: Caideyipi <[email protected]>
AuthorDate: Tue Feb 3 12:09:00 2026 +0800
fix
---
.../java/org/apache/iotdb/pipe/it/single/IoTDBPipeAggregateIT.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeAggregateIT.java
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeAggregateIT.java
index 1400926dca2..8e8bb80c59e 100644
---
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeAggregateIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeAggregateIT.java
@@ -163,7 +163,6 @@ public class IoTDBPipeAggregateIT extends
AbstractPipeSingleIT {
env,
"select min from root.aggregate.factory.vehicle.temperature",
"Time,root.aggregate.factory.vehicle.temperature.min,",
- new HashSet<>(Arrays.asList("5,1.0", "9,6.0")),
- 10);
+ new HashSet<>(Arrays.asList("5,1.0,", "10,6.0,")));
}
}