You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
arrow-rs/parquet/src/arrow/schema.rs
Line 106 in 2ae2309
Expected behavior
Error returned instead of panic.
The text was updated successfully, but these errors were encountered: