Skip to content

Conversation

etseidl
Copy link
Contributor

@etseidl etseidl commented Jun 30, 2025

Which issue does this PR close?

Rationale for this change

Removes the last batch of functions that can be removed in 56.0.0.

Some deprecated functions remain (esp in arrow-schema and arrow-ipc), but those will be dealt with elsewhere (#7467)

What changes are included in this PR?

Are these changes tested?

Covered by existing tests

Are there any user-facing changes?

Yes, public functions are removed

@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Jun 30, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it -- thank you @etseidl

Keeping things neat and tidy 🧹

///
/// * `i` - The Date64Type to convert
#[deprecated]
#[deprecated(since = "56.0.0", note = "Use to_naive_date_opt instead.")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alamb alamb added the api-change Changes to the arrow API label Jul 1, 2025
@alamb alamb merged commit edd691b into apache:main Jul 3, 2025
26 checks passed
@alamb
Copy link
Contributor

alamb commented Jul 3, 2025

Thanks @etseidl and @mbrobbel

@etseidl etseidl deleted the remove_remaining_deprecations branch August 4, 2025 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-change Changes to the arrow API arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove APIs deprecated in or before 54.0.0
3 participants