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 ApproxPercentileAccumulator on zero values #9582

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

Dandandan
Copy link
Contributor

@Dandandan Dandandan commented Mar 12, 2024

Which issue does this PR close?

Closes #9581

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@Dandandan Dandandan changed the title Fix ApproxPercentileAccumulator Fix ApproxPercentileAccumulator on zero values Mar 12, 2024
@github-actions github-actions bot added physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt) labels Mar 12, 2024
@Dandandan Dandandan marked this pull request as ready for review March 12, 2024 16:21
@Dandandan Dandandan merged commit 0302d65 into apache:main Mar 13, 2024
23 checks passed
Dandandan added a commit to coralogix/arrow-datafusion that referenced this pull request Mar 13, 2024
* Fix ApproxPercentileAccumulator

* Imports

* Use return type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApproxPercentileAccumulator returns execution error when no values
2 participants