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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to