Skip to content
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

Merged
merged 9 commits into from
Nov 13, 2020

Conversation

nartal1
Copy link
Member

@nartal1 nartal1 commented Nov 11, 2020

This partially fixes #6515.
Added tests to make sure binary operations can be performed in cudf Java.

@nartal1 nartal1 added 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. 4 - Needs cuDF (Java) Reviewer labels Nov 11, 2020
@nartal1 nartal1 requested a review from a team November 11, 2020 07:29
@nartal1 nartal1 self-assigned this Nov 11, 2020
@GPUtester
Copy link
Collaborator

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

Copy link
Contributor

@revans2 revans2 left a 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

Copy link
Contributor

@revans2 revans2 left a 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;
Copy link
Contributor

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.

@nartal1 nartal1 added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team 4 - Needs cuDF (Java) Reviewer Java Affects Java cuDF API. labels Nov 13, 2020
@nartal1
Copy link
Member Author

nartal1 commented Nov 13, 2020

Thanks @revans2 for the review.

@nartal1 nartal1 merged commit 4fa2391 into rapidsai:branch-0.17 Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Java bindings for fixed-point Decimal type
3 participants