-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] arithmetic ops tests failing on Spark 3.3.0 #5769
Comments
round/bround tests are the ones which might need more work. Looks like bug fix when DecimalType with negative scale is provided. Spark commit - apache/spark@ee0aecc. I missed this in audit thinking it's only for RoundFloor and RoundCeil (which we currently fall back to CPU for scales other than 0). It affects Round and Bround as well. Not sure how much of the code needs to be shimmed here. I haven't looked into RC of these test failures yet - |
|
#5786 attempts to fix round problems |
we think the following tests are still not fixed:
checking this |
Close this issue, since we merged all the PRs and created a following issue #5797. |
Many arithmetic ops tests failed in the recent Spark 3.3.0 nightly tests against 22.06:
The text was updated successfully, but these errors were encountered: