-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-7842: [Rust] [Parquet] Arrow list reader #8449
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-7842: [Rust] [Parquet] Arrow list reader #8449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carols10cents when you can, may you please help me out here on these 2 tests that I've ignored?
One needs a LargeList writer implementation, which I think you'd do better than me as you've done roundtrip for other Arrow types.
I've unignored struct_single_column as it's now passing, might be the null comparison commit that fixed it.
Thanks 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at this now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nevi-me I opened a PR on your repo with some further work -- feel free to cherry pick or whatever, but the tests aren't quite passing yet over there, just failing for a different reason ;)
bd3c714 to
f70e6db
Compare
ecc49dc to
97d21cf
Compare
f70e6db to
ead5e14
Compare
This is a port of apache#6770 to the parquet-writer branch. We'll have more of a chance to test this reader, and ensure that we can roundtrip on list types. [Rust] [Parquet] LargeListArray support and why I think the tests are still failing (#6) * Support reading LargeListArrays by making ListArrayReader generic over OffsetSize * Update comment to match the actual values in this test; probably copy-paste * Document why I think the test setup isn't quite right disable list writer tests They're failing because of incorrect def/rep. Will be addressed separately
2afd16d to
485b831
Compare
This is a port of #6770 to the parquet-writer branch. We'll have more of a chance to test this reader,and ensure that we can roundtrip on list types. Closes #8449 from nevi-me/ARROW-7842-cherry Authored-by: Neville Dipale <[email protected]> Signed-off-by: Neville Dipale <[email protected]>
|
Merged |
This is a port of #6770 to the parquet-writer branch. We'll have more of a chance to test this reader,and ensure that we can roundtrip on list types. Closes #8449 from nevi-me/ARROW-7842-cherry Authored-by: Neville Dipale <[email protected]> Signed-off-by: Neville Dipale <[email protected]>
This is a port of #6770 to the parquet-writer branch. We'll have more of a chance to test this reader,and ensure that we can roundtrip on list types. Closes #8449 from nevi-me/ARROW-7842-cherry Authored-by: Neville Dipale <[email protected]> Signed-off-by: Neville Dipale <[email protected]>
This is a port of #6770 to the parquet-writer branch. We'll have more of a chance to test this reader,and ensure that we can roundtrip on list types. Closes #8449 from nevi-me/ARROW-7842-cherry Authored-by: Neville Dipale <[email protected]> Signed-off-by: Neville Dipale <[email protected]>
This is a port of #6770 to the parquet-writer branch.
We'll have more of a chance to test this reader,and ensure that we can roundtrip on list types.