liukun4515 commented on issue #174: URL: https://github.com/apache/arrow-datafusion/issues/174#issuecomment-1022801281
``` ❯ select cast(12.33 as decimal(10,2)); +----------------------------------------+ | CAST(Float64(12.33) AS Decimal(10, 2)) | +----------------------------------------+ | 12.33 | +----------------------------------------+ 1 row in set. Query took 0.006 seconds. ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org