This is an automated email from the ASF dual-hosted git repository. justinchen pushed a commit to branch another in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e366912b31025371ee0b2e6e8f6756b4eb4f569a Author: Caideyipi <[email protected]> AuthorDate: Fri Jan 30 14:26:47 2026 +0800 cg --- .../org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java index 9730c909ba2..a5144d92586 100644 --- a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java +++ b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java @@ -67,7 +67,6 @@ public class IoTDBDatabaseIT { EnvFactory.getEnv() .getConfig() .getCommonConfig() - .setSubscriptionEnabled(true) .setPipeMemoryManagementEnabled(false) .setIsPipeEnableMemoryCheck(false) .setPipeAutoSplitFullEnabled(false); @@ -692,13 +691,6 @@ public class IoTDBDatabaseIT { Collections.singleton( "IOTDB-THRIFT-SINK,Builtin,org.apache.iotdb.commons.pipe.agent.plugin.builtin.sink.iotdb.thrift.IoTDBThriftSink,null,")); - statement.execute("create topic tp with ('start-time'='2025-01-13T10:03:19.229+08:00')"); - TestUtils.assertResultSetEqual( - statement.executeQuery("select * from topics where topic_name = 'tp'"), - "topic_name,topic_configs,", - Collections.singleton( - "tp,{__system.sql-dialect=table, start-time=2025-01-13T10:03:19.229+08:00},")); - TestUtils.assertResultSetEqual( statement.executeQuery("select * from views"), "database,table_name,view_definition,",
