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


##########
core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java:
##########
@@ -51,7 +51,7 @@ public abstract class ViewCatalogTests<C extends ViewCatalog 
& SupportsNamespace
           required(3, "id", Types.IntegerType.get(), "unique ID"),
           required(4, "data", Types.StringType.get()));
 
-  private static final Schema OTHER_SCHEMA =
+  protected static final Schema OTHER_SCHEMA =

Review Comment:
   why is this change needed?



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