-
Notifications
You must be signed in to change notification settings - Fork 236
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] test_numeric_running_sum_window_no_part_unbounded
failed in MT tests
#9071
Comments
Looks like the scale is off on the last Decimal column. CUDF has a scale of 1 and so does Spark, but the CUDF scale should be - Spark scale. |
For reference, here is the PR that introduced this code: |
During the revert review, @revans2 pointed out where thought the bug was: #9072 (comment). I will merge the revert, and keep this issue open for follow on. |
I assigned this to you for now @andygrove so we don't loose track of it. |
I think we can close this issue now because the code was reverted, fixing the test failure. Also, the original issue was re-opened, so we can use that to track re-implementing the feature. |
This is likely an issue with running this in a distributed fashion:
The text was updated successfully, but these errors were encountered: