kbendick commented on code in PR #4495:
URL: https://github.com/apache/iceberg/pull/4495#discussion_r847715091
##########
core/src/main/java/org/apache/iceberg/rest/CatalogHandlers.java:
##########
@@ -89,6 +90,11 @@ public CommitFailedException wrapped() {
}
}
+ public static RESTCatalogConfigResponse fetchServerConfig() {
Review Comment:
The tests fail if there's not something in place of this call, since we call
`initialize` and not the older `initializeInternal`.
So something needs to be returned here.
--
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]