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


##########
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:
   I think this is an exciting addition, I think it is big enough to warrant a 
Flip. 



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