You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "convoi (via GitHub)" <gi...@apache.org> on 2023/06/27 09:24:25 UTC

[GitHub] [arrow] convoi opened a new issue, #36318: DeltaLengthByteArray encoding breaks with null values in go library

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade closed issue #36318: [Go][Parquet] DeltaLengthByteArray encoding breaks with null values in go library

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #36318: [Go][Parquet] DeltaLengthByteArray encoding breaks with null values in go library
URL: https://github.com/apache/arrow/issues/36318


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org