-
Notifications
You must be signed in to change notification settings - Fork 838
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
Array reader for list columns fails to decode if batches fall on row group boundaries #2025
Comments
Thank you, I can reproduce this and know why it occurs, it relates to how RecordReader detects the end of records when it reaches the end of a chunk. I need to have a think about how best to fix this. |
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
Thanks for the report @tjwilson90 -- @tustvold is actively working on a fix and we'll try and include it in 18.0.0 |
tustvold
added a commit
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Jul 8, 2022
tustvold
added a commit
that referenced
this issue
Jul 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This appears very similar to https://issues.apache.org/jira/browse/ARROW-9790, but specifically for list columns.
Fails with
Error: ParquetError("Parquet error: Not all children array length are the same!")
The text was updated successfully, but these errors were encountered: