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
Describe the bug
I'm not sure how big of a bug this is, but when we do a round or a bround it is possible for us to produce a -0.0 result, but Spark will never do this because it goes through BigDecimal to do the rounding.
Steps/Code to reproduce bug
bround(-2.0633452147848027e-23, 11)
Expected behavior
We produce the same 0.0 that Spark does. (We probably can just normalize the output to make this work)
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm not sure how big of a bug this is, but when we do a round or a bround it is possible for us to produce a -0.0 result, but Spark will never do this because it goes through BigDecimal to do the rounding.
Steps/Code to reproduce bug
Expected behavior
We produce the same 0.0 that Spark does. (We probably can just normalize the output to make this work)
The text was updated successfully, but these errors were encountered: