Commits


François Saint-Jacques authored and Krisztián Szűcs committed d75bd490acf
ARROW-7640: [C++][Dataset][Parquet] Detect missing compression support The following patch ensures that reading a dataset with parquet files where the compression code is not compiled in does not crash. It also skips such file, instead of failing mid-scan. If any of the file's ColumnChunk compression is not supported, the whole file is ignored. Also fix an uncaught exception in parquet::arrow::reader::GetReader. Closes #6259 from fsaintjacques/ARROW-7640-fix-missing-compression-support and squashes the following commits: 0695a9197 <François Saint-Jacques> ARROW-7640: Detect missing compression support Authored-by: François Saint-Jacques <fsaintjacques@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>