gh-yzou commented on code in PR #1286:
URL: https://github.com/apache/polaris/pull/1286#discussion_r2025365672


##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java:
##########
@@ -127,6 +129,14 @@ public class IcebergCatalogAdapter
           .add(Endpoint.create("POST", ResourcePaths.V1_TRANSACTIONS_COMMIT))
           .build();
 
+  private static final Set<Endpoint> GENERIC_TABLE_ENDPOINTS =

Review Comment:
   I was mainly trying to stay consistent as how code is written today, but i 
don't think it is necessary. It is a good idea to encapsulate PolarisEndpoint 
related functionalities into one class, i pushed all related changes to 
PolarisEndpoints class.



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