-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[refactor]Separate StringOP and SubstringUtil #48054
base: master
Are you sure you want to change the base?
[refactor]Separate StringOP and SubstringUtil #48054
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
c196553
to
0495acb
Compare
run buildall |
17e1a9f
to
4dc3625
Compare
run buildall |
TPC-H: Total hot run time: 31389 ms
|
TPC-DS: Total hot run time: 190455 ms
|
ClickBench: Total hot run time: 30.22 s
|
TeamCity be ut coverage result: |
run buildall |
TPC-H: Total hot run time: 31304 ms
|
TPC-DS: Total hot run time: 184289 ms
|
ClickBench: Total hot run time: 30.36 s
|
TeamCity be ut coverage result: |
run buildall |
1 similar comment
run buildall |
TPC-H: Total hot run time: 31428 ms
|
TPC-DS: Total hot run time: 190720 ms
|
ClickBench: Total hot run time: 30.1 s
|
TeamCity be ut coverage result: |
a5a3fe5
to
e406e92
Compare
run buildall |
TPC-H: Total hot run time: 31604 ms
|
TPC-DS: Total hot run time: 183161 ms
|
run buildall |
TPC-H: Total hot run time: 31378 ms
|
TPC-DS: Total hot run time: 182839 ms
|
ClickBench: Total hot run time: 30.21 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
PR approved by anyone and no changes requested. |
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.
please add BEUT for StringOP's functions by the way. thank you !
e054482
to
ceb6232
Compare
run buildall |
TPC-H: Total hot run time: 31315 ms
|
TPC-DS: Total hot run time: 190618 ms
|
ClickBench: Total hot run time: 30.55 s
|
What problem does this PR solve?
Separate StringOP and SubstringUtil from /doris/be/src/vec/functions/function_string.cpp
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
StringOP and SubstringUtil are very common, and include function_string.cpp contains many other unnecessary functions
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)