This is an automated email from the ASF dual-hosted git repository. justinchen pushed a commit to branch air-gap-ttl in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 9dfa5c7feee94cd3b7c940eac28acb3917ae8247 Author: Caideyipi <[email protected]> AuthorDate: Fri Feb 6 11:03:56 2026 +0800 grass --- .../pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java index 53da5d3f498..fb499ae5e43 100644 --- a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java +++ b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java @@ -400,8 +400,6 @@ public class IoTDBPipeIdempotentIT extends AbstractPipeDualTreeModelAutoIT { Collections.singleton("2,")); } - // Table model - private void testIdempotent( final List<String> beforeSqlList, final String testSql,
