Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow Parquet BinaryArray Writer Ignores LevelInfo Indices #1753

Closed
tustvold opened this issue May 26, 2022 · 0 comments · Fixed by #2221
Closed

Arrow Parquet BinaryArray Writer Ignores LevelInfo Indices #1753

tustvold opened this issue May 26, 2022 · 0 comments · Fixed by #2221
Labels

Comments

@tustvold
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant