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/15 13:10:01 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1563: Split out ListArrayReader into separate module (#1483)

tustvold commented on code in PR #1563:
URL: https://github.com/apache/arrow-rs/pull/1563#discussion_r851261108


##########
parquet/src/arrow/array_reader.rs:
##########
@@ -649,157 +649,6 @@ where
     }
 }
 
-/// Implementation of list array reader.

Review Comment:
   Moved to list_array module



##########
parquet/src/arrow/array_reader.rs:
##########
@@ -1690,81 +1531,6 @@ mod tests {
         );
     }
 
-    /// Array reader for test.

Review Comment:
   Moved to test_utils



-- 
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