Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Change use_legacy_dataset default and deprecate no-longer supported keywords in parquet.write_to_dataset #31531

Closed
Tracked by #31529
asfimport opened this issue Apr 5, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Currently, the pq.write_to_dataset function also had a use_legacy_dataset keyword, but we should:

  1. 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)
  2. 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.

@asfimport
Copy link
Collaborator Author

Joris Van den Bossche / @jorisvandenbossche:
Issue resolved by pull request 12811
#12811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants