-
Notifications
You must be signed in to change notification settings - Fork 838
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1563 +/- ##
=======================================
Coverage 82.86% 82.86%
=======================================
Files 192 193 +1
Lines 55273 55276 +3
=======================================
+ Hits 45804 45807 +3
Misses 9469 9469
Continue to review full report at Codecov.
|
e58f3da
to
0ae9e9f
Compare
@@ -649,157 +649,6 @@ where | |||
} | |||
} | |||
|
|||
/// Implementation of list array reader. |
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.
Moved to list_array module
@@ -1690,81 +1531,6 @@ mod tests { | |||
); | |||
} | |||
|
|||
/// Array reader for test. |
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.
Moved to test_utils
@@ -1814,180 +1580,4 @@ mod tests { | |||
struct_array_reader.get_rep_levels() | |||
); | |||
} | |||
|
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.
Moved to list_array module
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