sunzheng1002 commented on a change in pull request #14725:
URL: https://github.com/apache/flink/pull/14725#discussion_r582662310



##########
File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/SqlCommandParser.java
##########
@@ -256,7 +256,7 @@ private static SqlCommandCall parseBySqlParser(Parser 
sqlParser, String stmt) {
 
         USE_CATALOG,
 
-        USE,
+        USE("USE\\s+(.*)", SINGLE_OPERAND),

Review comment:
       I have revised it according to your opinion




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to