Skip to content

Commit f2eb47e

Browse files
committed
ger-shop
1 parent 00ee943 commit f2eb47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • integration-test/src/test/java/org/apache/iotdb/relational/it/schema

integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public void testManageTable() {
626626
statement.executeQuery("show create table test100"),
627627
"Table,Create Table,",
628628
Collections.singleton(
629-
"table2,CREATE TABLE \"test100\" (\"t1\" TIMESTAMP TIME) WITH (ttl=6600000),"));
629+
"test100,CREATE TABLE \"test100\" (\"t1\" TIMESTAMP TIME) WITH (ttl='INF'),"));
630630
} catch (final SQLException e) {
631631
e.printStackTrace();
632632
fail(e.getMessage());

0 commit comments

Comments
 (0)