Skip to content

Conversation

@nevi-me
Copy link
Contributor

@nevi-me nevi-me commented Oct 12, 2020

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.

@nevi-me nevi-me changed the base branch from master to rust-parquet-arrow-writer October 12, 2020 21:46
Copy link
Contributor Author

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 😃

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this now!

Copy link
Contributor

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 ;)

@nevi-me
Copy link
Contributor Author

nevi-me commented Oct 12, 2020

This doesn't need review, as I've addressed the questions that were in #6770. I'll wait for Carol's input before merging this.

CC @velvia @mcassels @maxburke as it was your original PR :)

@github-actions
Copy link

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
nevi-me added a commit that referenced this pull request Oct 17, 2020
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]>
@nevi-me
Copy link
Contributor Author

nevi-me commented Oct 17, 2020

Merged

@nevi-me nevi-me closed this Oct 17, 2020
nevi-me added a commit that referenced this pull request Oct 25, 2020
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]>
nevi-me added a commit that referenced this pull request Oct 27, 2020
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]>
nevi-me added a commit that referenced this pull request Oct 28, 2020
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]>
@nevi-me nevi-me deleted the ARROW-7842-cherry branch November 7, 2020 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants