Kontinuation opened a new issue, #704: URL: https://github.com/apache/arrow-java/issues/704
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/pull/40043 fixes exporting empty string arrays by exporting a non-empty offset buffer. However, the offset buffer is not properly initialized. The first byte of the offset buffer may not be 0 and causes weird errors on the importing side. See https://github.com/apache/datafusion-comet/issues/1615 for a issue of datafusion-comet caused by this. This may also relates to https://github.com/apache/arrow-java/issues/88. https://github.com/apache/arrow/pull/40043 introduces a bug that corrupts the offset buffer before reading. -- 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...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org