Gabriel39 commented on issue #15307: URL: https://github.com/apache/doris/issues/15307#issuecomment-1366323028
> m with the rounding result, and the precision problem seems to have been fix Currently, literal 16.025000 is considered as DECIMALV2 by default so we got a wrong result. To test DECIMALV3, you should: 1. CREATE TABLE with a DECIMALV3 column `col` 2. INSERT data INTO this table (e.g. 16.025000) 3. select round(`col`, 2) from this table; -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org