-
Notifications
You must be signed in to change notification settings - Fork 913
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
[REVIEW] Binary operations support for decimal type in cudf Java [skip ci] #6734
Conversation
Signed-off-by: Niranjan Artal <[email protected]>
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
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.
Still a few things outstanding
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.
Looks good, just one minor nit.
@@ -25,6 +25,7 @@ | |||
import ai.rapids.cudf.HostColumnVector.StructType; | |||
|
|||
import java.io.File; | |||
import java.math.BigDecimal; |
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.
nit: the only change to this file is an uneeded import now.
Thanks @revans2 for the review. |
This partially fixes #6515.
Added tests to make sure binary operations can be performed in cudf Java.