Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented May 27, 2025

Which issue does this PR close?

Closes #.

Rationale for this change

I am working on the filtering code and ran across this old / deprecated API that was deprecated #1248 over 3 years ago (in 2022)

What changes are included in this PR?

Remove old deprecated code

Are there any user-facing changes?

APIs are removed

We need to wait for the next breaking release

@alamb alamb added api-change Changes to the arrow API next-major-release the PR has API changes and it waiting on the next major version labels May 27, 2025
@github-actions github-actions bot added arrow Changes to the arrow crate and removed api-change Changes to the arrow API next-major-release the PR has API changes and it waiting on the next major version labels May 27, 2025
@alamb alamb marked this pull request as ready for review May 28, 2025 13:13
@Dandandan Dandandan merged commit 71b4b0f into apache:main May 30, 2025
26 checks passed
@alamb alamb deleted the alamb/remove_deprecated branch May 30, 2025 12:55
alamb added a commit to alamb/arrow-rs that referenced this pull request Jun 1, 2025
@alamb
Copy link
Contributor Author

alamb commented Jun 1, 2025

I was dreaming about this PR last night -- I think it is a breaking change so we have to wait for the next major release

Revert PR:

alamb added a commit that referenced this pull request Jun 1, 2025
This reverts commit 71b4b0f.

# Which issue does this PR close?

- Follow on to #7554


# Rationale for this change
 
Technically speaking #7554 is a
breaking API change (even though I expect its impacts to be minimal) and
thus should not be included until the next major release

# What changes are included in this PR?

Revert #7554 (I will re-create it
for the next major release)

# Are there any user-facing changes?


<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->

<!---
If there are any breaking changes to public APIs, please call them out.
-->
alamb added a commit to alamb/arrow-rs that referenced this pull request Jun 1, 2025
etseidl pushed a commit that referenced this pull request Jun 27, 2025
# Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->

- Reapplies #7554
- Reverts #7583

# Rationale for this change
 
- This code is long dead, see
#7554

I had to revert the original change to avoid a breaking API change

# What changes are included in this PR?
Reapply the change from #7554 

# Are there any user-facing changes?


<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->

<!---
If there are any breaking changes to public APIs, please call them out.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants