[Opt](exec) enable top opt in string, float, double type#31489
[Opt](exec) enable top opt in string, float, double type#31489BiteTheDDDDt merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. |
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 37583 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 168575 ms |
ClickBench: Total hot run time: 31.05 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
f98b43c
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 38227 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 169090 ms |
ClickBench: Total hot run time: 32.67 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
be/src/olap/accept_null_predicate.h
Outdated
| uint16_t _evaluate_inner(const vectorized::IColumn& column, uint16_t* sel, | ||
| uint16_t size) const override { | ||
| if (column.has_null()) { | ||
| if (size == 0) return 0; |
There was a problem hiding this comment.
warning: statement should be inside braces [readability-braces-around-statements]
| if (size == 0) return 0; | |
| if (size == 0) { return 0; | |
| } |
TPC-H: Total hot run time: 37964 ms |
TPC-DS: Total hot run time: 168978 ms |
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 32.35 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 38076 ms |
TPC-DS: Total hot run time: 168865 ms |
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 32.32 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
PR approved by at least one committer and no changes requested. |
enable top opt in string type
enable top opt in string type
enable top opt in string type
Proposed changes
before:
after:
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...