tustvold commented on code in PR #1588:
URL: https://github.com/apache/arrow-rs/pull/1588#discussion_r852471389
##########
parquet/src/arrow/array_reader/list_array.rs:
##########
@@ -212,7 +196,7 @@ mod tests {
let item_array_reader = InMemoryArrayReader::new(
ArrowType::Int32,
array,
- Some(vec![3, 2, 3, 0, 3, 3]),
+ Some(vec![2, 1, 2, 0, 2, 2]),
Review Comment:
This is just a drive-by fix, it isn't required to get the test to pass, but
was technically wrong before
--
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]