We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ee943 commit f2eb47eCopy full SHA for f2eb47e
1 file changed
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
@@ -626,7 +626,7 @@ public void testManageTable() {
626
statement.executeQuery("show create table test100"),
627
"Table,Create Table,",
628
Collections.singleton(
629
- "table2,CREATE TABLE \"test100\" (\"t1\" TIMESTAMP TIME) WITH (ttl=6600000),"));
+ "test100,CREATE TABLE \"test100\" (\"t1\" TIMESTAMP TIME) WITH (ttl='INF'),"));
630
} catch (final SQLException e) {
631
e.printStackTrace();
632
fail(e.getMessage());
0 commit comments