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

Flag new 2.0 APIs as experimental #3497

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

serras
Copy link
Member

@serras serras commented Oct 5, 2024

Since we are not 100% sure of the API, I thought it would be useful to mark those experimental for one or two releases.

@serras serras requested a review from nomisRev October 5, 2024 08:13
@serras serras self-assigned this Oct 5, 2024
@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This API is work-in-progress and is subject to change.")
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FUNCTION)
public annotation class ExperimentalRaiseAccumulateApi
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be annotated with @MustBeDocumented

@serras serras added the 2.0.0 Tickets / PRs belonging to Arrow 2.0 label Oct 5, 2024
@serras serras merged commit c713cd3 into main Oct 10, 2024
11 checks passed
@serras serras deleted the serras/experimental-2-0-features branch October 10, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0.0 Tickets / PRs belonging to Arrow 2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants