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 ef84301 commit 626fbc8Copy full SHA for 626fbc8
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java
@@ -639,7 +639,7 @@ public void testInformationSchema() throws SQLException {
639
TestUtils.assertResultSetEqual(
640
statement.executeQuery("count devices from tables where status = 'USING'"),
641
"count(devices),",
642
- Collections.singleton("18,"));
+ Collections.singleton("19,"));
643
644
statement.executeQuery(
645
"select * from columns where table_name = 'queries' or database = 'test'"),
0 commit comments