bowenli86 commented on a change in pull request #11116: [FLINK-15349] add 
'create catalog' DDL to blink planner
URL: https://github.com/apache/flink/pull/11116#discussion_r381547673
 
 

 ##########
 File path: 
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/FlinkSqlParserImplTest.java
 ##########
 @@ -95,6 +95,21 @@ public void testUseCatalog() {
                check("use catalog a", "USE CATALOG `A`");
        }
 
+       @Test
+       public void testCreateCatalog() {
+               check(
+                       "create catalog c1\n" +
+                               " WITH (\n" +
 
 Review comment:
   it is catalog, not table, so it doesn't have name space

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to