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/10/09 22:20:18 UTC

[GitHub] [arrow-rs] noselasd opened a new issue, #2855: Reading parquet files with a corrupt ARROW:schema panics

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

   **Describe the bug**
   I've encountered a likely corrupt parquet file, containing an ARROW:schema of just 2 bytes. This panics inside arrow when
   reading that file.
   
   The issue seems to be here, which isn't verifying a minimal length: https://github.com/apache/arrow-rs/blob/2ae23093c3f7edc278fe6daf57daf167c430143b/parquet/src/arrow/schema.rs#L106
   
   **Expected behavior**
   
   Error returned instead of panic.
   


-- 
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 #2855: Reading parquet files with a corrupt ARROW:schema panics

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #2855: Reading parquet files with a corrupt ARROW:schema panics
URL: https://github.com/apache/arrow-rs/issues/2855


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