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 out ListArrayReader into separate module (#1483) #1563

Merged
merged 2 commits into from Apr 15, 2022

Conversation

tustvold
Copy link
Contributor

@tustvold tustvold commented Apr 13, 2022

Which issue does this PR close?

Part of #1483

Rationale for this change

See ticket

What changes are included in this PR?

See ticket

Are there any user-facing changes?

The only changes are to experimental modules

@tustvold tustvold changed the title Split out list array Split out ListArrayReader into separate module (#1483) Apr 13, 2022
@github-actions github-actions bot added the parquet Changes to the parquet crate label Apr 13, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 13, 2022

Codecov Report

Merging #1563 (81ab49c) into master (bb65358) will increase coverage by 0.00%.
The diff coverage is 84.21%.

❗ Current head 81ab49c differs from pull request most recent head cd07dd8. Consider uploading reports for the commit cd07dd8 to get more accurate results

@@           Coverage Diff           @@
##           master    #1563   +/-   ##
=======================================
  Coverage   82.86%   82.86%           
=======================================
  Files         192      193    +1     
  Lines       55273    55276    +3     
=======================================
+ Hits        45804    45807    +3     
  Misses       9469     9469           
Impacted Files Coverage Δ
parquet/src/arrow/array_reader/test_util.rs 83.33% <55.55%> (-16.67%) ⬇️
parquet/src/arrow/array_reader/list_array.rs 87.96% <87.96%> (ø)
parquet/src/arrow/array_reader.rs 89.83% <100.00%> (+1.07%) ⬆️
parquet/src/encodings/encoding.rs 93.37% <0.00%> (-0.19%) ⬇️
arrow/src/datatypes/field.rs 54.62% <0.00%> (+0.29%) ⬆️
arrow/src/datatypes/datatype.rs 66.80% <0.00%> (+0.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb65358...cd07dd8. Read the comment docs.

@tustvold tustvold marked this pull request as ready for review April 15, 2022 13:09
@@ -649,157 +649,6 @@ where
}
}

/// Implementation of list 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.

Moved to list_array module

@@ -1690,81 +1531,6 @@ mod tests {
);
}

/// Array reader for test.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved to test_utils

@@ -1814,180 +1580,4 @@ mod tests {
struct_array_reader.get_rep_levels()
);
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved to list_array module

@alamb alamb merged commit 5dca6f0 into apache:master Apr 15, 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.

None yet

3 participants