anoopj commented on code in PR #13699: URL: https://github.com/apache/iceberg/pull/13699#discussion_r2283262559
########## arrow/src/test/java/org/apache/iceberg/arrow/TestArrowSchemaUtil.java: ########## @@ -101,6 +102,53 @@ public void convertComplex() { assertThat(arrow.getFields()).hasSameSizeAs(iceberg.columns()); Review Comment: Great suggestion. Done. Also renamed the test case to be consistent with the new tests I added for structs/lists. -- 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