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

Stabilizing approx percentile array #748

Merged
merged 1 commit into from Apr 4, 2023

Conversation

thatzopoulos
Copy link
Contributor

@thatzopoulos thatzopoulos commented Mar 31, 2023

Workaround for #747, we will need a better workaround for this in the future when we make changes to stability checks

@thatzopoulos thatzopoulos force-pushed the th/approx-percentile-array-stabilization branch from 80ff9cc to 0d54b82 Compare March 31, 2023 14:51
Copy link
Contributor

@WireBaron WireBaron left a 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),
Copy link
Contributor

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?

Copy link
Contributor Author

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)",
]

@thatzopoulos thatzopoulos force-pushed the th/approx-percentile-array-stabilization branch from 0d54b82 to 0601718 Compare April 4, 2023 14:35
@thatzopoulos thatzopoulos force-pushed the th/approx-percentile-array-stabilization branch from 0601718 to 9d65355 Compare April 4, 2023 14:36
@thatzopoulos
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Apr 4, 2023
748: Stabilizing approx percentile array r=thatzopoulos a=thatzopoulos

Workaround for #747, we will need a better workaround for this in the future when we make changes to stability checks

Co-authored-by: Thomas Hatzopoulos <thomas@timescale.com>
@bors
Copy link
Contributor

bors bot commented Apr 4, 2023

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"}

@syvb
Copy link
Member

syvb commented Apr 4, 2023

I just trigged a CLA re-check, this should be able to be merged now.

bors retry

@bors bors bot merged commit fda5b47 into main Apr 4, 2023
14 checks passed
@bors bors bot deleted the th/approx-percentile-array-stabilization branch April 4, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants