Commits


Joris Van den Bossche authored and Krisztián Szűcs committed 0f06c99f53e
ARROW-7957: [Python] Handle new FileSystem in ParquetDataset by automatically using new implementation In principle, the user can also simply pass `use_legacy_dataset=False`, but I think it is 1) a bit more user friendly to do this automatically (it's clear that you need this with a new filesystem anyway) and 2) also clearer if a user switches from legacy to new HadoopFileSystem to have this working (instead of an error message that seems to indicate it is not supported). Closes #8414 from jorisvandenbossche/ARROW-7957 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>