-
Notifications
You must be signed in to change notification settings - Fork 53
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
Stabilizing approx percentile array #748
Conversation
80ff9cc
to
0d54b82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address the one comment and this should be good to go.
@@ -14,6 +14,9 @@ crate::functions_stabilized_at! { | |||
"1.16.0" => { | |||
approx_count_distinct(anyelement), | |||
approx_count_distinct_trans(internal,anyelement), | |||
accessorpercentilearray_in(cstring), | |||
accessorpercentilearray_out(accessorpercentilearray), | |||
arrow_uddsketch_approx_percentile_array(uddsketch,accessorpercentilearray), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This last function shouldn't go here, the entry you added for STABLE_OPERATORS
should cover it. Do you get an error without this entry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I delete that line, the test fails with:
unexpectedly released features: [
"function arrow_uddsketch_approx_percentile_array(uddsketch,accessorpercentilearray)",
]
0d54b82
to
0601718
Compare
0601718
to
9d65355
Compare
bors r+ |
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: Response status code: 422
{"message":"Required status check \"license/cla\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
I just trigged a CLA re-check, this should be able to be merged now. bors retry |
Workaround for #747, we will need a better workaround for this in the future when we make changes to stability checks