twalthr commented on a change in pull request #8404: [FLINK-11476][table] 
Create CatalogManager to manage multiple catalogs
URL: https://github.com/apache/flink/pull/8404#discussion_r283653778
 
 

 ##########
 File path: 
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java
 ##########
 @@ -229,9 +229,9 @@ public void testCompleteStatement() throws Exception {
                final SessionContext session = new 
SessionContext("test-session", new Environment());
 
                final List<String> expectedTableHints = Arrays.asList(
-                       "TableNumber1",
-                       "TableNumber2",
-                       "TableSourceSink");
+                       "builtin.default.TableNumber1",
+                       "builtin.default.TableNumber2",
+                       "builtin.default.TableSourceSink");
 
 Review comment:
   Can we also test what happens if one of the components contains a 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