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

JNI: Refactor the code of making column from scalar [skip ci] #8310

Merged
merged 1 commit into from
May 24, 2021

Conversation

firestarman
Copy link
Contributor

This small PR is to replace the JNI implementation with the corresponding cudf API make_column_from_scalar.

The PR #8185 has added the support for nested type, so it is ok to do this now.

Signed-off-by: Firestarman firestarmanllc@gmail.com

By replacing the JNI implementation with the corresponding cudf API
`make_column_from_scalar`.

Signed-off-by: Firestarman <firestarmanllc@gmail.com>
@firestarman firestarman requested a review from a team as a code owner May 21, 2021 01:46
@github-actions github-actions bot added the Java Affects Java cuDF API. label May 21, 2021
@firestarman firestarman added Spark Functionality that helps Spark RAPIDS non-breaking Non-breaking change 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. improvement Improvement / enhancement to an existing function and removed Java Affects Java cuDF API. labels May 21, 2021
@sperlingxx
Copy link
Contributor

LGTM

@firestarman
Copy link
Contributor Author

I vierified locally, it is non-breaking for both cudf and plugin.

Copy link
Contributor

@wbo4958 wbo4958 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jlowe
Copy link
Member

jlowe commented May 24, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit b9588d1 into rapidsai:branch-21.06 May 24, 2021
@firestarman firestarman deleted the column_from_scalar branch May 24, 2021 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants