You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
Backend
VL (Velox)
Bug description
sql:
vanilla spark result:
gluten 1.2.0 with velox result:
Spark version
Spark-3.5.x
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: