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

fix: set supports_retract_batch to false for ApproxPercentileAccumulator #12132

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

jonahgao
Copy link
Member

@jonahgao jonahgao commented Aug 23, 2024

Which issue does this PR close?

Closes #12058.

Rationale for this change

ApproxPercentileAccumulator does not implement the retract_batch method, but supports_retract_batch returns true.

What changes are included in this PR?

Are these changes tested?

Yes

Are there any user-facing changes?

No

@github-actions github-actions bot added sqllogictest SQL Logic Tests (.slt) functions labels Aug 23, 2024
Copy link
Member

@lewiszlw lewiszlw left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

@jonahgao jonahgao merged commit 6f18304 into apache:main Aug 24, 2024
24 checks passed
@jonahgao
Copy link
Member Author

Thanks @lewiszlw for the review.

@jonahgao jonahgao deleted the retract_batch branch August 24, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
functions sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internal Error in APPROX_PERCENTILE_CONT window function (SQLancer)
2 participants