pitrou commented on code in PR #43014: URL: https://github.com/apache/arrow/pull/43014#discussion_r1709090646
########## java/c/src/test/java/org/apache/arrow/c/StreamTest.java: ########## Review Comment: @vibhatha I'll repeat what I said above: C++ only compares map field names if the `check_metadata` option is enabled (it's disabled by default). Java should probably do something similar. Note that `Integration.java` calls `Validator.compareSchemas`... -- 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]
