We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b777b commit 0a93baaCopy full SHA for 0a93baa
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java
@@ -703,7 +703,7 @@ public void testInformationSchema() throws SQLException {
703
statement.executeQuery(
704
"select * from information_schema.keywords where reserved > 0 limit 1"),
705
"word,reserved,",
706
- Collections.singleton("AINODES,1,"));
+ Collections.singleton("AINODE,1,"));
707
708
TestUtils.assertResultSetEqual(
709
statement.executeQuery("select distinct(status) from information_schema.nodes"),
0 commit comments