adutra commented on code in PR #3231:
URL: https://github.com/apache/polaris/pull/3231#discussion_r2599335634
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java:
##########
@@ -1265,4 +1314,37 @@ public void close() throws Exception {
closeable.close();
}
}
+
+ public ConfigResponse getConfig() {
+ // 'catalogName' is taken from the REST request's 'warehouse' query
parameter..
Review Comment:
```suggestion
// 'catalogName' is taken from the REST request's 'warehouse' query
parameter.
```
--
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]