You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/05 02:50:39 UTC

[GitHub] [incubator-doris] levy5307 commented on issue #9208: [Enhancement] (decimalv3) optimize decimal performance and precision

levy5307 commented on issue #9208:
URL: https://github.com/apache/incubator-doris/issues/9208#issuecomment-1118114601

   We encountered a problem of precision cast in our scenario, for example:
   ***sql***
   ```
   select cast(1.233333 as decimal(5,2));
   ```
   ***result***
   ```
   1.233333
   ```
   ***expect result***
   ```
   1.23
   ```
   It's better to implement that as well :)


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org