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
Velox always produce fixed precision scientific notation when cast number less equal 1E-3 or greater equal 1E7. But vanilla spark produce shortest scientific notation.
Backend
VL (Velox)
Bug description
Velox always produce fixed precision scientific notation when cast number less equal
1E-3
or greater equal1E7
. But vanilla spark produce shortest scientific notation.facebookincubator/velox#12574 may fix fixed-precision issue, but the results are still mismatch due to https://bugs.openjdk.org/browse/JDK-4511638. Double.toString in java < 19 may product incorrect and longer result, for example:
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
The text was updated successfully, but these errors were encountered: