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


##########
runtime/service/src/intTest/java/org/apache/polaris/service/it/PolarisRestCatalogMinIOIT.java:
##########
@@ -88,4 +95,15 @@ protected StorageConfigInfo getStorageConfigInfo() {
 
     return storageConfig.build();
   }
+
+  @Override
+  protected Map<String, String> extraCatalogProperties(TestInfo testInfo) {

Review Comment:
   The `IcebergCatalogHandler.registerTable` implementation just behaves 
differently than `IcebergCatalogHandler.loadTable`. Both return a 
`LoadTableResponse`, but the former doesn't vend credentials. I think, 
`registerTable` could easily do that, because the table exists when it returns?
   (A change for a different PR though)



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