This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch show_create_bug
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/show_create_bug by this push:
new f2eb47e41de ger-shop
f2eb47e41de is described below
commit f2eb47e41de04173a5457650eb80f0363f49d3bd
Author: Caideyipi <[email protected]>
AuthorDate: Fri Apr 10 17:06:29 2026 +0800
ger-shop
---
.../test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
index 6cfebd04c73..56cdb19f12f 100644
---
a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
@@ -626,7 +626,7 @@ public class IoTDBTableIT {
statement.executeQuery("show create table test100"),
"Table,Create Table,",
Collections.singleton(
- "table2,CREATE TABLE \"test100\" (\"t1\" TIMESTAMP TIME) WITH
(ttl=6600000),"));
+ "test100,CREATE TABLE \"test100\" (\"t1\" TIMESTAMP TIME) WITH
(ttl='INF'),"));
} catch (final SQLException e) {
e.printStackTrace();
fail(e.getMessage());