jmgpeeters opened a new pull request #60: URL: https://github.com/apache/arrow-testing/pull/60
Chasing the Java integration errors in https://github.com/apache/arrow/pull/9629 (although C++ passes), it appears I misunderstood the correct layout for the offset buffer (for ["foo", "bar", "baz"] needs to be [0, 3, 6, 9] and not [0, 3, 6]). I have fixed this and verified locally that it works with both C++ and Java. Sorry about that. @pitrou has context on this, so probably a good one to review. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
