Commits

Joris Van den Bossche authored 3bf061783f4
ARROW-15870: [Python] Start to raise deprecation warnings for use_legacy_dataset=True in parquet.read_table Currently, users can still specify `use_legacy_dataset=True` explicitly to get the old implementation/behaviour. But if we want to remove that implementation at some point (ARROW-15868), we should start deprecating that option, to futher nudge people to the new implementation. Closes #12584 from jorisvandenbossche/ARROW-15870 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>