Skip to content

Commit a59af47

Browse files
committed
Fix IoTDBDatabaseIT
1 parent 8ca6457 commit a59af47

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ public void testInformationSchema() throws SQLException {
402402
"databases,INF,",
403403
"functions,INF,",
404404
"keywords,INF,",
405-
"models,INF,",
406405
"nodes,INF,",
407406
"pipe_plugins,INF,",
408407
"pipes,INF,",
@@ -503,16 +502,6 @@ public void testInformationSchema() throws SQLException {
503502
"database,STRING,TAG,",
504503
"table_name,STRING,TAG,",
505504
"view_definition,STRING,ATTRIBUTE,")));
506-
TestUtils.assertResultSetEqual(
507-
statement.executeQuery("desc models"),
508-
"ColumnName,DataType,Category,",
509-
new HashSet<>(
510-
Arrays.asList(
511-
"model_id,STRING,TAG,",
512-
"model_type,STRING,ATTRIBUTE,",
513-
"state,STRING,ATTRIBUTE,",
514-
"configs,STRING,ATTRIBUTE,",
515-
"notes,STRING,ATTRIBUTE,")));
516505
TestUtils.assertResultSetEqual(
517506
statement.executeQuery("desc functions"),
518507
"ColumnName,DataType,Category,",
@@ -641,7 +630,6 @@ public void testInformationSchema() throws SQLException {
641630
"information_schema,pipes,INF,USING,null,SYSTEM VIEW,",
642631
"information_schema,subscriptions,INF,USING,null,SYSTEM VIEW,",
643632
"information_schema,views,INF,USING,null,SYSTEM VIEW,",
644-
"information_schema,models,INF,USING,null,SYSTEM VIEW,",
645633
"information_schema,functions,INF,USING,null,SYSTEM VIEW,",
646634
"information_schema,configurations,INF,USING,null,SYSTEM VIEW,",
647635
"information_schema,keywords,INF,USING,null,SYSTEM VIEW,",

0 commit comments

Comments
 (0)