-
Notifications
You must be signed in to change notification settings - Fork 847
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
Parquet reader fails to read null list. #1399
Comments
@novemberkilo notes that this is a blocker to #1036 I don't fully understand how this bug report is related to the test failure, which seems to imply a missing file (rather than an error reading null lists)
|
I wonder if this could be related to #993 as well |
I'm sorry I've linked the wrong test run in the original bug report. The correct one is here: https://github.com/novemberkilo/arrow-rs/runs/5431134675?check_suite_focus=true#step:7:1944
|
Describe the bug
Parquet reader fails to read a parquet file that is generated from this json:
To Reproduce
I have written a test on a branch to reproduce this failure.
Added this parquet file to a branch of my fork of
parquet-testing
novemberkilo/parquet-testing@a827b12Wrote a test that reads this file.
Test: novemberkilo@e5952ae
Failure: https://github.com/novemberkilo/arrow-rs/runs/5431110483?check_suite_focus=true#step:4:1999Failure: https://github.com/novemberkilo/arrow-rs/runs/5431134675?check_suite_focus=true#step:7:1944
Expected behavior
Should read the file (like pyarrow can)
Additional context
This is all related to this original issue #1036 // @alamb
The text was updated successfully, but these errors were encountered: