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

Split up parquet::arrow::array_reader (#1483) #1933

Merged
merged 2 commits into from Jun 23, 2022

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Closes #1483

Rationale for this change

See ticket

What changes are included in this PR?

Splits out the final ArrayReader implementations

Are there any user-facing changes?

No

@github-actions github-actions bot added the parquet Changes to the parquet crate label Jun 23, 2022
@@ -0,0 +1,515 @@
use crate::arrow::array_reader::ArrayReader;
Copy link
Member

Choose a reason for hiding this comment

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

license header?

@tustvold tustvold merged commit a901927 into apache:master Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split up Parquet Array Reader Module
3 participants