-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](Nereids) system default decimalv3 scale should be 9 #32754
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 |
pick from master apache#32754
TPC-H: Total hot run time: 38497 ms |
TPC-DS: Total hot run time: 186281 ms |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
28f4881 to
7ae8fef
Compare
|
run buildall |
pick from master apache#32754
TPC-H: Total hot run time: 38540 ms |
TPC-DS: Total hot run time: 186741 ms |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
PR approved by at least one committer and no changes requested. |
select round('1.1234', 2) should return 1.12, not 1
select round('1.1234', 2)should return1.12, not1