Skip to content

Commit 1e73ffc

Browse files
committed
resultset
1 parent 4444e9a commit 1e73ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ public void testInformationSchema() throws SQLException {
716716
statement.executeQuery("select * from views"),
717717
"database,table_name,view_definition,",
718718
Collections.singleton(
719-
"test,view_table,CREATE VIEW \"view_table\" (\"tag1\" STRING TAG,\"tag2\" STRING TAG,\"s11\" INT32 FIELD,\"s3\" INT32 FIELD FROM \"s2\") RESTRICT WITH (ttl=100) AS root.\"a\".**,"));
719+
"test,view_table,CREATE VIEW \"view_table\" (\"time\" TIMESTAMP TIME,\"tag1\" STRING TAG,\"tag2\" STRING TAG,\"s11\" INT32 FIELD,\"s3\" INT32 FIELD FROM \"s2\") RESTRICT WITH (ttl=100) AS root.\"a\".**,"));
720720

721721
TestUtils.assertResultSetEqual(
722722
statement.executeQuery(

0 commit comments

Comments
 (0)