-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Improvement](function) optimize trivial function deserialize_and_merge_vec #58882
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
|
run buildall |
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
2039161 to
66f2b12
Compare
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
66f2b12 to
63c04d5
Compare
|
run buildall |
63c04d5 to
87e86cc
Compare
|
run buildall |
87e86cc to
f208c6a
Compare
|
run buildall |
f208c6a to
127e5be
Compare
|
run buildall |
fix fix fix fix update update fix update fix
127e5be to
30b3499
Compare
|
run buildall |
|
run buildall |
|
run buildall |
1 similar comment
|
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. |
|
run buildallrun buildall |
|
run buildall |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
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. |
mrhhsg
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
…ge_vec (#58882) ### What problem does this PR solve? ```sql SELECT max(csales) tpcds_cmax FROM ( SELECT c_customer_sk, sum((ss_quantity * ss_sales_price)) csales FROM store_sales, customer, date_dim WHERE (ss_customer_sk = c_customer_sk) AND (ss_sold_date_sk = d_date_sk) AND ( d_year IN ( 2000, (2000 + 1), (2000 + 2), (2000 + 3) ) ) GROUP BY c_customer_sk ) x; ``` DeserializeAndMergeTime 202123088 row avg old d4f6f5: 1min25sec sum old d4f6f5: 1min9sec avg new: 45sec157ms sum new: 36sec84ms
What problem does this PR solve?
DeserializeAndMergeTime
202123088 row
avg old d4f6f5: 1min25sec
sum old d4f6f5: 1min9sec
avg new: 45sec157ms
sum new: 36sec84ms
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)