rdblue commented on code in PR #4495:
URL: https://github.com/apache/iceberg/pull/4495#discussion_r847500111
##########
core/src/main/java/org/apache/iceberg/rest/CatalogHandlers.java:
##########
@@ -89,6 +90,11 @@ public CommitFailedException wrapped() {
}
}
+ public static RESTCatalogConfigResponse fetchServerConfig() {
Review Comment:
What is the purpose of updating `CatalogHandlers`? Since this doesn't
actually do translation to the `Catalog` API, it doesn't seem like something we
should provide a helper for. Plus, this doesn't give the caller any opportunity
to customize the config.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]