You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/18 23:03:47 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1588: WIP: Add support for nested list arrays (#993)

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org