ajantha-bhat commented on code in PR #6786: URL: https://github.com/apache/iceberg/pull/6786#discussion_r1101101294
########## core/src/main/java/org/apache/iceberg/CachingCatalog.java: ########## @@ -125,6 +125,10 @@ private TableIdentifier canonicalizeIdentifier(TableIdentifier tableIdentifier) } } + public Catalog catalog() { Review Comment: Catalog available for a call procedure can be a Caching catalog. So, need to expose the underlying catalog to check whether it is Hadoop catalog or not to block the feature for hadoop catalog. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org