Commits


Alenka Frim authored and Joris Van den Bossche committed 1763622b6f6
ARROW-16122: [Python] Change use_legacy_dataset default and deprecate no-longer supported keywords in parquet.write_to_dataset This PR tries to amend `pq.write_to_dataset` to: 1. raise a deprecation warning for `use_legacy_dataset=True` and already switch the default to `False`. 2. raise deprecation warnings for all keywords (when `use_legacy_dataset=True`) that won't be supported in the new implementation. Closes #12811 from AlenkaF/ARROW-16122 Lead-authored-by: Alenka Frim <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>