-
Notifications
You must be signed in to change notification settings - Fork 915
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
Support Decimal DIV changes in cudf [skip ci] #7527
Conversation
Now that #7435 is merged. This will break Decimal div |
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.
A couple of minor nitpicks, but looks good to me.
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.
(Accidentally approved, earlier.)
Minor nitpicks: Javadoc + typo in method name.
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.
@razajafri can you merge the parent branch-0.19 to consume binary_operation_fixed_point_scale
into your PR (, and address the previous comments on the PR?
Otherwise, LGTM
Addressed comments. PTAL @jlowe do you have any more concerns? I added a small change to the CMakeLists.txt for not overriding the |
@jlowe PTAL. |
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.
LGTM
@gpucibot merge |
@codereport is making changes to the way
DIV
will behave for fixed-point types #7435. This PR contains Java changes to support those changes.Note: This is a draft until #7435 is merged