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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]