-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[improve](ut) add ut for column_array #45827
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 compile |
run buildall |
TPC-H: Total hot run time: 32344 ms
|
TPC-DS: Total hot run time: 191538 ms
|
ClickBench: Total hot run time: 31.26 s
|
run buildall |
TPC-H: Total hot run time: 32693 ms
|
TPC-DS: Total hot run time: 189655 ms
|
ClickBench: Total hot run time: 31.68 s
|
run buildall |
run buildall |
run buildall |
run buildall |
TPC-H: Total hot run time: 32635 ms
|
TPC-DS: Total hot run time: 198635 ms
|
ClickBench: Total hot run time: 31.81 s
|
TeamCity be ut coverage result: |
run buildall |
TPC-H: Total hot run time: 32847 ms
|
TPC-DS: Total hot run time: 191387 ms
|
ClickBench: Total hot run time: 31.45 s
|
run buildall |
TPC-H: Total hot run time: 32705 ms
|
TPC-DS: Total hot run time: 196582 ms
|
ClickBench: Total hot run time: 31.71 s
|
TeamCity be ut coverage result: |
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
run buildall |
TPC-H: Total hot run time: 32729 ms
|
TPC-DS: Total hot run time: 194616 ms
|
ClickBench: Total hot run time: 30.77 s
|
TeamCity be ut coverage result: |
What problem does this PR solve?
this pr do :
0/ add ut cases for column_array
1/ delete convert_to_full_column_if_const and add convert_to_full_column_if_const in create action
2/ improve replicate function for column_array according ut test result, eg before we deal with decimal type with replicate_generic is much slower than now we deal with filter_number
before impl:
now impl:
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)