Currently, the pq.write_to_dataset function also had a use_legacy_dataset keyword, but we should:
- in case of
use_legacy_dataset=True, ensure we raise deprecation warnings for all keywords that won't be supported in the new implementation (eg partition_filename_cb)
- raise a deprecation warning for
use_legacy_dataset=True, and/or already switch the default?
Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Alenka Frim / @AlenkaF
PRs and other links:
Note: This issue was originally created as ARROW-16122. Please see the migration documentation for further details.
Currently, the
pq.write_to_datasetfunction also had ause_legacy_datasetkeyword, but we should:use_legacy_dataset=True, ensure we raise deprecation warnings for all keywords that won't be supported in the new implementation (egpartition_filename_cb)use_legacy_dataset=True, and/or already switch the default?Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Alenka Frim / @AlenkaF
PRs and other links:
Note: This issue was originally created as ARROW-16122. Please see the migration documentation for further details.