-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[opt](function)Optimize the Percentile function. #41206
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
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
d206a19 to
e18a824
Compare
|
run buildall |
|
TeamCity be ut coverage result: |
...-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/Percentile.java
Show resolved
Hide resolved
|
run cloud_p0 |
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
HappenLee
left a comment
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.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
TeamCity be ut coverage result: |
|
run p0 |
|
run buildall |
|
TeamCity be ut coverage result: |
## Proposed changes Support batch functions and floating-point parameters. <!--Describe your changes.-->
## Proposed changes Support batch functions and floating-point parameters. <!--Describe your changes.-->
…3953) ### What problem does this PR solve? Related PR: #41206 Problem Summary: before in pr #41206 have support float/double in percentile function, and percentile_array is the same logical, so it's could support float/double also. doc: apache/doris-website#1350
…ache#43953) Related PR: apache#41206 Problem Summary: before in pr apache#41206 have support float/double in percentile function, and percentile_array is the same logical, so it's could support float/double also. doc: apache/doris-website#1350
Proposed changes
Support batch functions and floating-point parameters.