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 ArrayReaderBuilder into its own module (#1483) #1485

Merged
merged 2 commits into from Mar 25, 2022

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Part of #1483.

Rationale for this change

See ticket

What changes are included in this PR?

This just moves some code around, no logic changes are performed.

Are there any user-facing changes?

No

@github-actions github-actions bot added the parquet Changes to the parquet crate label Mar 24, 2022
use super::*;

#[test]
fn test_create_array_reader() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only unit test of this functionality, created #1484 to track improving this along with potentially refactoring the code to be less monolithic

@@ -87,6 +75,8 @@ mod offset_buffer;
#[cfg(test)]
mod test_util;

pub use builder::build_array_reader;
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 for making this backwards compatible

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

looks like a good change to me

@alamb alamb merged commit bf85046 into apache:master Mar 25, 2022
@alamb alamb added the development-process Related to development process of arrow-rs label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants