dennishuo commented on code in PR #1305:
URL: https://github.com/apache/polaris/pull/1305#discussion_r2043654728
##########
polaris-core/src/main/java/org/apache/polaris/core/entity/CatalogEntity.java:
##########
@@ -190,6 +202,21 @@ public Catalog.TypeEnum getCatalogType() {
.orElse(null);
}
+ public boolean isPassthroughFacade() {
Review Comment:
It's actually intentional for a federated catalog to directly extend the
EXTERNAL concept. It is allowed for a passthrough catalog to receive a
notification to facilitate any JIT-creation or caching semantics, as long as
the catalog implementation is an instanceof `SupportsNotifications`.
--
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]