Uh oh!
There was an error while loading. Please reload this page.
[fix](Nereids) fix double literal to string literal cast problem - #49416
Conversation
hello-stephen
commented
Mar 24, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
LiBinfeng-01
commented
Mar 24, 2025
run buildall |
doris-robot
commented
Mar 24, 2025
TPC-H: Total hot run time: 34064 ms |
doris-robot
commented
Mar 24, 2025
TPC-DS: Total hot run time: 193493 ms |
doris-robot
commented
Mar 24, 2025
ClickBench: Total hot run time: 31.1 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
LiBinfeng-01
commented
Mar 25, 2025
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Mar 25, 2025
TPC-H: Total hot run time: 35135 ms |
doris-robot
commented
Mar 25, 2025
TPC-DS: Total hot run time: 186698 ms |
doris-robot
commented
Mar 25, 2025
ClickBench: Total hot run time: 30.87 s |
LiBinfeng-01
commented
Mar 25, 2025
run buildall |
doris-robot
commented
Mar 25, 2025
TPC-H: Total hot run time: 33868 ms |
doris-robot
commented
Mar 25, 2025
TPC-DS: Total hot run time: 193312 ms |
doris-robot
commented
Mar 25, 2025
ClickBench: Total hot run time: 31.51 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
LiBinfeng-01
commented
Mar 26, 2025
fe and be have same behavior: |
LiBinfeng-01
commented
Mar 26, 2025
run buildall |
doris-robot
commented
Mar 26, 2025
TPC-H: Total hot run time: 34278 ms |
doris-robot
commented
Mar 26, 2025
TPC-DS: Total hot run time: 193467 ms |
doris-robot
commented
Mar 26, 2025
ClickBench: Total hot run time: 30.96 s |
PR approved by at least one committer and no changes requested. |
…he#49416 (apache#314) pick from doris master: apache#49416 When cast double like 1.000 to string, it should strip .000 in the trailing of double
…che#49416) When cast double like 1.000 to string, it should strip .000 in the trailing of double
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
When cast double like 1.000 to string, it should strip .000 in the trailing of double
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)