wForget commented on issue #7730:
URL: 
https://github.com/apache/incubator-gluten/issues/7730#issuecomment-2447258900

   > This is due to the double precision issue - in short, double precision is 
not enough and might change(2 == 1.9999999). Is it possible to switch to 
decimal data type in this case?
   
   This issue may not be because the double precision is not enough, it happens 
in `cast double to string`, I guess it is because the precision of the double 
to string formatter is not aligned.
   


-- 
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