Andy Grove created ARROW-6890: --------------------------------- Summary: [Rust] [Parquet] ArrowReader fails with seg fault Key: ARROW-6890 URL: https://issues.apache.org/jira/browse/ARROW-6890 Project: Apache Arrow Issue Type: Bug Components: Rust Affects Versions: 1.0.0 Reporter: Andy Grove Fix For: 1.0.0
ArrowReader fails with seg fault when trying to read an unsupported type, like Utf8. We should have it return an Err instead of causing a segmentation fault. See [https://github.com/apache/arrow/pull/5641] for a reproducible test. -- This message was sent by Atlassian Jira (v8.3.4#803005)