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/05/05 10:09:39 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1651: Parquet Reader Bails Out Reading Parquet File

tustvold opened a new issue, #1651:
URL: https://github.com/apache/arrow-rs/issues/1651

   **Describe the bug**
   
   When reading the [parquet file](https://github.com/apache/arrow-datafusion/files/8626500/part-00000-f6337bce-7fcd-4021-9f9d-040413ea83f8-c000.snappy.parquet.zip) provided by @kesavkolla [here](https://github.com/apache/arrow-datafusion/issues/2439) the reader bails out with "Not all children array length are the same".
   
   Interestingly if you just project column 32 i.e.
   
   ```
   let mut reader = reader.get_record_reader_by_columns(vec![32], 1024).unwrap();
   ```
   
   You get `ParquetError("Arrow: item_reader rep levels are None.")`
   
   If you project 31 and 32 you get the above error.
   
   **To Reproduce**
   
   Run the test on the provided file
   
   **Expected behavior**
   
   The file should be read correctly
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #1651: StructArrayReader Cannot Handle Nested Lists

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1651: StructArrayReader Cannot Handle Nested Lists
URL: https://github.com/apache/arrow-rs/issues/1651


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