You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/26 15:39:29 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1753: Arrow Parquet BinaryArray Writer Ignores LevelInfo Indices

tustvold opened a new issue, #1753:
URL: https://github.com/apache/arrow-rs/issues/1753

   **Describe the bug**
   
   The functions generated by `def_get_binary_array_fn` and used by the parquet writer, ignore the indices attached to the `LevelInfo`. This will result in them potentially writing the too many values if a parent StructArray contains a null, or incorrect values if a parent ListArray contains a non-empty null slice.
   
   **To Reproduce**
   
   TBC
   
   **Expected behavior**
   
   The functions should respect the indices on `LevelInfo`


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

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


[GitHub] [arrow-rs] tustvold closed issue #1753: Arrow Parquet BinaryArray Writer Ignores LevelInfo Indices

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1753: Arrow Parquet BinaryArray Writer Ignores LevelInfo Indices
URL: https://github.com/apache/arrow-rs/issues/1753


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

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