-
Notifications
You must be signed in to change notification settings - Fork 235
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
Add in HashPartitioning support for decimal 128 [databricks] #4470
Conversation
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
CI failed on databricks. Fix is in: #4583 . Will kick off the CI again once that PR is merged. |
build |
The failure looks like it is a bug in our code when trying to create a scalar of a struct with a Decimal in it. It is related, but not 100% directly to this. I'll see if I can reproduce it. Unfortunately, I am not 100% sure we can fix it without some modifications to the CUDF JNI. But we will see. |
I just filed #4600 for the crash. |
build |
CI passed. @revans2 PTAL. |
This fixes #3883, fixes #3885 and fixes #4410.
This PR depends on cudf PR rapidsai/cudf#9919 .
Added DECIMAL_128 support for the Execs and updated the tests.