morrySnow opened a new pull request, #30522:
URL: https://github.com/apache/doris/pull/30522

   case:
   ```
   MySQL [email protected]:test> select cast(12 as decimalv3(2,1))
   +-----------------------------+
   | cast(12 as DECIMALV3(2, 1)) |
   +-----------------------------+
   | 12.0                        |
   +-----------------------------+
   ```
   
   decimalv2 literal will generate wrong result too. But it is not only bugs in 
planner, but also have bugs in executor. So we need fix executor bug in another 
PR.
   
   pick from master #29808
   commi id 88ef595e39a11be96c0b4338dcba1ed08c3a199e
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to