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