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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
