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


##########
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:
   @jerqi Thankyou I suggest starting a discussion on the dev list to see if it 
warrants 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