nastra commented on code in PR #13400:
URL: https://github.com/apache/iceberg/pull/13400#discussion_r2592889948


##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -91,7 +93,7 @@ public abstract class CatalogTests<C extends Catalog & 
SupportsNamespaces> {
   protected static final TableIdentifier TBL = TableIdentifier.of("ns", "tbl");
 
   // Schema passed to create tables
-  protected static final Schema SCHEMA =
+  public static final Schema SCHEMA =

Review Comment:
   @singhpk234 can we rollback all of the changes for this file please as I 
don't think we need any of these changes and you probably meant to import the 
ones from `TestBase`



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