tustvold commented on code in PR #1588:
URL: https://github.com/apache/arrow-rs/pull/1588#discussion_r867520183
##########
parquet/src/arrow/array_reader.rs:
##########
@@ -1532,15 +1532,15 @@ mod tests {
ArrowType::Int32,
array_1.clone(),
Some(vec![0, 1, 2, 3, 1]),
- Some(vec![1, 1, 1, 1, 1]),
+ Some(vec![0, 1, 1, 1, 1]),
Review Comment:
Drive by fix, this set of levels is impossible, as the first rep level must
be 0. Nothing cares as this test doesn't actually decode the implied list, but
:shrug:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]