This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new a60abf99fcc [To dev/1.3] Pipe: Fixed the compilation error of 1.3
(#16376)
a60abf99fcc is described below
commit a60abf99fcca176520fd7b4e3e2f27231aa7fe88
Author: Caideyipi <[email protected]>
AuthorDate: Wed Sep 10 10:17:10 2025 +0800
[To dev/1.3] Pipe: Fixed the compilation error of 1.3 (#16376)
---
.../iotdb/confignode/consensus/response/pipe/task/PipeTableResp.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/response/pipe/task/PipeTableResp.java
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/response/pipe/task/PipeTableResp.java
index bb87e827d10..35ffd6a7abd 100644
---
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/response/pipe/task/PipeTableResp.java
+++
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/response/pipe/task/PipeTableResp.java
@@ -42,6 +42,7 @@ import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
+import java.util.Objects;
import java.util.Set;
import java.util.TreeSet;
import java.util.stream.Collectors;