eric-maynard commented on code in PR #2301:
URL: https://github.com/apache/polaris/pull/2301#discussion_r2267711324


##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java:
##########
@@ -219,7 +221,6 @@ protected void initializeCatalog() {
       Catalog federatedCatalog;
       ConnectionType connectionType =
           
ConnectionType.fromCode(connectionConfigInfoDpo.getConnectionTypeCode());
-
       switch (connectionType) {
         case ICEBERG_REST:

Review Comment:
   Here's where we would plug in the extra wrapper layer for the factory that 
produces a Catalog impl for IRC



-- 
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