-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[enhance](function) add a lambda functor version for array_sort #57828
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
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
run buildall |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 34373 ms |
TPC-DS: Total hot run time: 187961 ms |
ClickBench: Total hot run time: 27.54 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run compile |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
...e-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Lambda.java
Show resolved
Hide resolved
regression-test/suites/nereids_function_p0/scalar_function/Array2.groovy
Show resolved
Hide resolved
|
run buildall |
TPC-H: Total hot run time: 34427 ms |
TPC-DS: Total hot run time: 184203 ms |
ClickBench: Total hot run time: 27.34 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 34121 ms |
TPC-DS: Total hot run time: 185030 ms |
ClickBench: Total hot run time: 27.49 s |
|
run buildall |
TPC-H: Total hot run time: 34237 ms |
TPC-DS: Total hot run time: 184677 ms |
ClickBench: Total hot run time: 27.43 s |
zclllyybb
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. |
FE UT Coverage ReportIncrement line coverage |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run p0 |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
What problem does this PR solve?
add a lambda functor version for array_sort
Issue Number: #48203
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)