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/13 14:30:15 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1560: Support empty projection in ParquetRecordBatchReader

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


##########
parquet/src/arrow/arrow_reader.rs:
##########
@@ -214,12 +205,6 @@ impl ParquetRecordBatchReader {
         batch_size: usize,
         array_reader: Box<dyn ArrayReader>,
     ) -> Result<Self> {
-        // Check that array reader is struct array reader
-        array_reader

Review Comment:
   This check does not seem necessary, all it cares about is that it yields StructArray



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