dimas-b commented on code in PR #1514: URL: https://github.com/apache/polaris/pull/1514#discussion_r2072160075
########## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisPolicyServiceIntegrationTest.java: ########## @@ -372,7 +372,14 @@ public void testPolicyMapping() { restCatalog .buildTable( - NS2_T1, new Schema(Types.NestedField.of(1, true, "string", Types.StringType.get()))) + NS2_T1, + new Schema( + Types.NestedField.builder() Review Comment: Thx for the pointer. Fixed and force pushed. -- 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