lidavidm commented on issue #599: URL: https://github.com/apache/arrow-java/issues/599#issuecomment-2647632348
The offset buffer needs to remain valid, and it needs to be nondecreasing, so it can't just be set to 0. The data buffer could probably be filled via `MemoryUtil#setBytes` rather than repeatedly copying from a zeroed buffer. -- 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]
