convoi opened a new issue, #36318: URL: https://github.com/apache/arrow/issues/36318
### Describe the bug, including details regarding any error messages, version, and platform. The DeltaLengthByteArray encoding cannot handle null values in the go library. It fails on a) all nulls in one batch - here it reaches an index out of bounds error when initializing the delta bit packing decoder b) some nulls in one batch - here it continues to decode the lengths for all rows and interprets actual data for lengths information. Data that later is missing when it wants to decode it. I have a fix and will update the Issue as soon as the PR is created. ### Component(s) Go -- 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]
