Skip to content

EXP: [Python] Narrow pyarrow.feather deprecation to Feather V1 format - #50685

Draft
tadeja wants to merge 1 commit into
apache:mainfrom
tadeja:fup-49590-V1-only
Draft

EXP: [Python] Narrow pyarrow.feather deprecation to Feather V1 format#50685
tadeja wants to merge 1 commit into
apache:mainfrom
tadeja:fup-49590-V1-only

Conversation

@tadeja

@tadeja tadeja commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Rationale for this change

Prototype, potential follow-up to #49232 / #49590

What changes are included in this PR?

Remove warnings from write_feather(), read_feather(), read_table(), and FeatherDataset.
Warn on writing with version=1 / reading Feather V1 file
Update docs to V1-only and keep IPC migration guide
Additionally corrected notes like deprecated as of 24.0.0 to 25.0.0 instead

Are these changes tested?

Yes, on fork CI jobs succeed (except for unrelated macOS segmentation fault as it's also seen on main since commit 5e698fe )

Are there any user-facing changes?

Yes ...

@github-actions github-actions Bot added the awaiting review Awaiting review label Jul 28, 2026
@github-actions

Copy link
Copy Markdown

Thanks for opening a pull request!

This pull request has been automatically converted to a draft because its title doesn't match Arrow's required format.

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

After updating the title, you can mark the pull request as ready for review.

See also:

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant