[fix](function)Let second and microsecond functions deal time literal#56659
[fix](function)Let second and microsecond functions deal time literal#56659zclllyybb merged 14 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-DS: Total hot run time: 190843 ms |
ClickBench: Total hot run time: 30.12 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
...pache/doris/nereids/trees/expressions/functions/ComputeSignatureForSingleTimeArithmetic.java
Outdated
Show resolved
Hide resolved
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
FE UT Coverage ReportIncrement line coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
|
run p0 |
|
run cloud_po |
|
run buildall |
TPC-DS: Total hot run time: 189668 ms |
TPC-DS: Total hot run time: 190565 ms |
ClickBench: Total hot run time: 30.11 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
FE UT Coverage ReportIncrement line coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-DS: Total hot run time: 189824 ms |
FE Regression Coverage ReportIncrement line coverage |
|
run external |
|
run nonConcurrent |
|
run p0 |
...e/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Microsecond.java
Outdated
Show resolved
Hide resolved
regression-test/suites/query_p0/sql_functions/datetime_functions/test_date_function.groovy
Outdated
Show resolved
Hide resolved
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34275 ms |
TPC-DS: Total hot run time: 183289 ms |
ClickBench: Total hot run time: 27.84 s |
|
PR approved by at least one committer and no changes requested. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
#3120) doc of apache/doris#56659 ## Versions - [x] dev - [x] 4.x - [ ] 3.x - [ ] 2.1 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
…#56659) before: ``` +--------------------+ | SECOND('10:05:03') | +--------------------+ | 0 | +--------------------+ +--------------------------------+ | MICROSECOND('12:00:00.123456') | +--------------------------------+ | <null> | +--------------------------------+ ``` now: ``` +--------------------+ | SECOND('10:05:03') | +--------------------+ | 3 | +--------------------+ +--------------------------------+ | MICROSECOND('12:00:00.123456') | +--------------------------------+ |123456 | +--------------------------------+ ``` doc: apache/doris-website#3120
…apache#56659) before: ``` +--------------------+ | SECOND('10:05:03') | +--------------------+ | 0 | +--------------------+ +--------------------------------+ | MICROSECOND('12:00:00.123456') | +--------------------------------+ | <null> | +--------------------------------+ ``` now: ``` +--------------------+ | SECOND('10:05:03') | +--------------------+ | 3 | +--------------------+ +--------------------------------+ | MICROSECOND('12:00:00.123456') | +--------------------------------+ |123456 | +--------------------------------+ ``` doc: apache/doris-website#3120
What problem does this PR solve?
should be
doc: apache/doris-website#3120
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)