jerqi commented on code in PR #27389:
URL: https://github.com/apache/flink/pull/27389#discussion_r2751276410
##########
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 started the discussion thread. Thanks for your suggestion.
https://lists.apache.org/thread/gfq316x9vrdwmgpw0hx4r7gpc0qkgvk1
--
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]