Skip to content

Commit 19d2c29

Browse files
committed
Remove SYS CATALOGS leftover
Relates #37506
1 parent 1f76b5f commit 19d2c29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/stats/VerifierMetricsTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public class VerifierMetricsTests extends ESTestCase {
3333

3434
private SqlParser parser = new SqlParser();
3535
private String[] commands = {"SHOW FUNCTIONS", "SHOW COLUMNS FROM library", "SHOW SCHEMAS",
36-
"SHOW TABLES", "SYS CATALOGS", "SYS COLUMNS LIKE '%name'",
37-
"SYS TABLES", "SYS TYPES"};
36+
"SHOW TABLES", "SYS COLUMNS LIKE '%name'", "SYS TABLES", "SYS TYPES"};
3837

3938
public void testWhereQuery() {
4039
Counters c = sql("SELECT emp_no FROM test WHERE languages > 2");

0 commit comments

Comments
 (0)