danielcweeks commented on code in PR #11388:
URL: https://github.com/apache/iceberg/pull/11388#discussion_r1824960092


##########
open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java:
##########
@@ -76,15 +76,21 @@ static Map<String, String> environmentCatalogConfig() {
                 HashMap::new));
   }
 
-  static RESTCatalog initCatalogClient() {
-    Map<String, String> catalogProperties = Maps.newHashMap();
+  public static RESTCatalog initCatalogClient() {

Review Comment:
   I think this may be based off the Spark Tests PR?  Hopefully we can rebase 
and avoid this using `ExtensionContext`



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to