[ https://issues.apache.org/jira/browse/FLINK-18055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17123523#comment-17123523 ]
Shuai Xia commented on FLINK-18055: ----------------------------------- I think regular matching can be used. > Catalog does not exist in SQL Client > ------------------------------------ > > Key: FLINK-18055 > URL: https://issues.apache.org/jira/browse/FLINK-18055 > Project: Flink > Issue Type: Bug > Components: Table SQL / Client > Affects Versions: 1.11.0 > Reporter: godfrey he > Assignee: godfrey he > Priority: Blocker > Labels: pull-request-available > Fix For: 1.11.0 > > > Flink SQL> show catalogs; > default_catalog > hive > Flink SQL> use catalog hive; > [ERROR] Could not execute SQL statement. Reason: > org.apache.flink.table.catalog.exceptions.CatalogException: A catalog with > name [`hive`] does not exist. > The reason is {{SqlCommandParser}} adds {{``}} for catalog name, which is > unnecessary. -- This message was sent by Atlassian Jira (v8.3.4#803005)