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

API: Add missing deprecations #11734

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Dec 9, 2024

Adds some missing deprecations as based in #11691

Also, copied some deprecations from the interface to the implementations to make it more explicit.

@github-actions github-actions bot added the API label Dec 9, 2024
@Fokko Fokko force-pushed the fd-add-missing-deprecations branch from 1be0015 to 0e4ac9c Compare December 9, 2024 14:19
@Fokko Fokko requested a review from nastra December 9, 2024 14:21
/**
* Instantiates a new Bucket Transform
*
* @deprecated use {@link #get(int)} instead; will be removed in 2.0.0
Copy link
Contributor

Choose a reason for hiding this comment

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

minor: the deprecated msg is typically the other way around: will be removed in 2.0.0; use {@link #get(int)} instead

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I think this how you typically structure a sentence in Dutch 😁

Copy link
Contributor

@nastra nastra left a comment

Choose a reason for hiding this comment

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

LGTM, but would be good to update the deprecation msg format to be in-line with what other places in the codebase use

Adds some missing deprecations as based in apache#11691

Also, copied some deprecations from the interface
to the implementations to make it more explicit.
@Fokko Fokko force-pushed the fd-add-missing-deprecations branch from 0e4ac9c to a9324ab Compare December 9, 2024 18:51
@Fokko Fokko added this to the Iceberg 1.8.0 milestone Dec 10, 2024
@Fokko Fokko merged commit ce7a4b4 into apache:main Dec 17, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants