-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](Nereids) DatetimeV2 round floor was incorrectly implemented as round ceil #35154
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. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 49332 ms |
TPC-DS: Total hot run time: 203295 ms |
ClickBench: Total hot run time: 30.53 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
PR approved by anyone and no changes requested. |
|
run buildall |
TPC-H: Total hot run time: 49750 ms |
TPC-DS: Total hot run time: 202154 ms |
ClickBench: Total hot run time: 30.04 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…round ceil pick from master apache#35153
|
run buildall |
TPC-H: Total hot run time: 49800 ms |
TPC-DS: Total hot run time: 204152 ms |
ClickBench: Total hot run time: 30.42 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run external |
…che#35153) (apache#35154) pick from master apache#35153 1. round floor was incorrectly implemented as round 2. round ceiling not really round because use double type when divide
pick from master #35153