Commits


rdettai authored and Chao Sun committed 61bcf62195a
ARROW-8455: [Rust] Parquet Arrow column read on partially compatible files 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 #6935 from rdettai/ARROW-8455 Authored-by: rdettai <rdettai@gmail.com> Signed-off-by: Chao Sun <sunchao@apache.org>