This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.3.7 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit cf843202df103ae4f39d636952ef1bc81b7b0f2a Author: Caideyipi <[email protected]> AuthorDate: Thu Feb 5 14:14:27 2026 +0800 [To dev/1.3] Pipe: Fix IT (#17168) --- .../java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java b/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java index 4b58bcb4c84..5216fe20a27 100644 --- a/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java +++ b/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java @@ -23,7 +23,6 @@ import org.apache.iotdb.common.rpc.thrift.TSStatus; import org.apache.iotdb.commons.client.sync.SyncConfigNodeIServiceClient; import org.apache.iotdb.confignode.rpc.thrift.TCreatePipeReq; import org.apache.iotdb.db.it.utils.TestUtils; -import org.apache.iotdb.it.env.EnvFactory; import org.apache.iotdb.it.env.cluster.node.DataNodeWrapper; import org.apache.iotdb.it.framework.IoTDBTestRunner; import org.apache.iotdb.itbase.category.MultiClusterIT2AutoCreateSchema;
