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] Remove remaining deprecated APIs from <= 1.0.0 #32890

Closed
Tracked by #29205
asfimport opened this issue Sep 8, 2022 · 1 comment
Closed
Tracked by #29205

[Python] Remove remaining deprecated APIs from <= 1.0.0 #32890

asfimport opened this issue Sep 8, 2022 · 1 comment
Assignees
Labels
Breaking Change Includes a breaking change to the API Component: Python Type: task
Milestone

Comments

@asfimport
Copy link
Collaborator

Not all deprecations from <=1.0.0 were already done in ARROW-17010, the remaining ones:

  • Ignoring mismatch between ordered flag of values and type in array(..)
  • RecordBatchReader get_next_batch method
  • DictionaryScalar.index/dictionary_value attributes (deprecated since 1.0.0)
  • num_children field of DataType
  • add_metadata method of Field

Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Alenka Frim / @AlenkaF

PRs and other links:

Note: This issue was originally created as ARROW-17649. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

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

@wjones127 wjones127 added the Breaking Change Includes a breaking change to the API label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Includes a breaking change to the API Component: Python Type: task
Projects
None yet
Development

No branches or pull requests

3 participants