Commits


rdettai authored and Chao Sun committed 44e723d9ac7
ARROW-8455: [Rust] Parquet Arrow column read on partially compatible files FIX This is a fix for the faulty https://github.com/apache/arrow/pull/6935 It addresses https://issues.apache.org/jira/browse/ARROW-8455 >Seen behavior: When reading a Parquet file into Arrow with get_record_reader_by_columns, it will fail if one of the column of the file is a list (or any other unsupported type). >Expected behavior: it should only fail if you are actually reading the column with unsuported type. Closes #7291 from rdettai/ARROW-8455 Authored-by: rdettai <rdettai@gmail.com> Signed-off-by: Chao Sun <sunchao@apache.org>