-
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
[feature](function) support format function #47102
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 |
TPC-H: Total hot run time: 32471 ms
|
TPC-DS: Total hot run time: 187401 ms
|
ClickBench: Total hot run time: 30.62 s
|
TeamCity be ut coverage result: |
need supporting fe fold constant at the same time to follow the same logic with be |
some logical is complex, so those I think is support on BE is ok. |
run buildall |
string, numeric and datetime function is very important for partition pruning and tablet pruning, so must implement them in FE to ensure we could prune as more partition / tablet as possible |
TPC-H: Total hot run time: 32465 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 193609 ms
|
ClickBench: Total hot run time: 29.82 s
|
run buildall |
TPC-H: Total hot run time: 32309 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 195025 ms
|
ClickBench: Total hot run time: 30.79 s
|
487e852
to
aab5f81
Compare
run buildall |
TPC-H: Total hot run time: 32230 ms
|
TPC-DS: Total hot run time: 187623 ms
|
ClickBench: Total hot run time: 31.35 s
|
TeamCity be ut coverage result: |
run buildall |
TPC-H: Total hot run time: 32469 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 194497 ms
|
ClickBench: Total hot run time: 30.47 s
|
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 buildall |
TPC-H: Total hot run time: 31680 ms
|
TPC-DS: Total hot run time: 190760 ms
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 31.06 s
|
run buildall |
TPC-H: Total hot run time: 31438 ms
|
TPC-DS: Total hot run time: 189971 ms
|
ClickBench: Total hot run time: 30.54 s
|
TeamCity be ut coverage result: |
0f0f466
to
185e9d8
Compare
185e9d8
to
a2e4ce7
Compare
run buildall |
TPC-H: Total hot run time: 31490 ms
|
TPC-DS: Total hot run time: 190012 ms
|
What problem does this PR solve?
Problem Summary:
support parse_data_size,format,format_number function
doc: apache/doris-website#1825
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)