-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](function) Fix wrong calculation of timestampdiff of datetimev1 #56893
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 32945 ms |
TPC-DS: Total hot run time: 192529 ms |
ClickBench: Total hot run time: 28.19 s |
|
run buildall |
TPC-H: Total hot run time: 33046 ms |
TPC-DS: Total hot run time: 193731 ms |
ClickBench: Total hot run time: 28.68 s |
FE UT Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 32809 ms |
TPC-DS: Total hot run time: 191285 ms |
ClickBench: Total hot run time: 29.64 s |
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Now.java
Outdated
Show resolved
Hide resolved
|
run buildall |
TPC-H: Total hot run time: 32566 ms |
TPC-DS: Total hot run time: 193145 ms |
ClickBench: Total hot run time: 29 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #49429
Problem Summary:
only fix in 3.1
before:
now:
and make fe fold of
now()return v2 typeRelease note
Fix wrong calculation of timestampdiff of datetimev1
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)