gaborkaszab commented on code in PR #15082:
URL: https://github.com/apache/iceberg/pull/15082#discussion_r2708873622


##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -4336,7 +3587,7 @@ private RESTCatalog catalog(RESTCatalogAdapter adapter) {
     return catalog;
   }
 
-  private RESTCatalog catalog(
+  public static RESTCatalog catalog(

Review Comment:
   `TestFreshnessAwareLoading` has a test for the interworking between 
customized table ops and freshness-aware loading that uses this utility 
function. I didn't wan't to copy-paste the code so made some changes so that I 
can reach it from the other test suite.



-- 
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]

Reply via email to