snazy commented on code in PR #3729:
URL: https://github.com/apache/polaris/pull/3729#discussion_r2829263339


##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergRESTExternalCatalogFactory.java:
##########
@@ -18,6 +18,8 @@
  */
 package org.apache.polaris.service.catalog.iceberg;
 
+import static org.apache.iceberg.CatalogProperties.URI;

Review Comment:
   I'm a huge fan of static imports.
   But I think we should not use static imports for common Java types 
(`java.net.URI`)



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