kecookier commented on issue #4891: URL: https://github.com/apache/incubator-gluten/issues/4891#issuecomment-1988350853
> @kecookier Do you find this issue is caused by `cast(decimal as float)`? If so, could you provide a decimal value before cast so I can reproduce the result difference? Thanks. ``` SELECT cast(sum(cast(col as decimal(20, 4))) as float) FROM VALUES (2599.0000), (2599.0000), (2599.0000), (2599.0000), (2599.0000), (10396.0000), (5198.0000) AS tab(col); ``` You can use the following SQL statement to reproduce the issue. -- 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]
