jerqi commented on code in PR #27389:
URL: https://github.com/apache/flink/pull/27389#discussion_r2670656351


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java:
##########
@@ -687,7 +687,19 @@ public Optional<ContextResolvedTable> 
getTable(ObjectIdentifier objectIdentifier
                     resolveCatalogBaseTable(temporaryTable);
             return 
Optional.of(ContextResolvedTable.temporary(objectIdentifier, resolvedTable));
         } else {
-            return getPermanentTable(objectIdentifier, null);

Review Comment:
   Maybe this pull request includes all the required code. FLIP may need many 
code changes in my opinion. If you think that we should start a discussion 
thread in the dev mail list, I start the discussion.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to