danielcweeks commented on code in PR #11093:
URL: https://github.com/apache/iceberg/pull/11093#discussion_r1824749990
##########
open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java:
##########
@@ -76,15 +78,22 @@ static Map<String, String> environmentCatalogConfig() {
HashMap::new));
}
- static RESTCatalog initCatalogClient() {
+ public static RESTCatalog initCatalogClient() {
Review Comment:
I think we can get away with leaving this as package protected and not
expose the inner workings of the RCK and Extension. Take a look at my example
below.
--
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]