danny0405 commented on a change in pull request #12381:
URL: https://github.com/apache/flink/pull/12381#discussion_r435094113
##########
File path:
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/cli/SqlCommandParserTest.java
##########
@@ -134,8 +134,8 @@ public void testCommands() throws Exception {
// drop catalog xx
TestItem.validSql("drop CATALOG c1",
SqlCommand.DROP_CATALOG, "drop CATALOG c1"),
// use xx
- TestItem.validSql("USE CATALOG catalog1;",
SqlCommand.USE_CATALOG, "`catalog1`"),
- TestItem.validSql("use `default`;",
SqlCommand.USE, "`default_catalog`.`default`"),
+ TestItem.validSql("USE CATALOG catalog1;",
SqlCommand.USE_CATALOG, "USE CATALOG catalog1"),
Review comment:
Can we also add IT cases in LocalExecutorITCase ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]