dimas-b commented on code in PR #1289: URL: https://github.com/apache/polaris/pull/1289#discussion_r2029501142
########## quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java: ########## @@ -164,6 +164,7 @@ public Map<String, String> getConfigOverrides() { new Schema( required(3, "id", Types.IntegerType.get(), "unique ID 🤪"), required(4, "data", Types.StringType.get())); + protected static final String VIEW_QUERY = "select * from ns1.layer1_table"; Review Comment: why not `private`? Opening access is easy, closing is hard :) -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org