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

Expose Scalar's constructor and Scalar#getScalarHandle() to public #17580

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

ttnghia
Copy link
Contributor

@ttnghia ttnghia commented Dec 11, 2024

This exposes the constructor and getScalarHandle() method in Scalar.java to the public, allowing them to be called from the outside. Without access to these methods, it was very inconvenient. Workaround has been implemented (spark-rapids-jni/CudfAccessor.java) to overcome this but it is better to have the issue addressed from the root.

Partially contributes to NVIDIA/spark-rapids-jni#1307.

@ttnghia ttnghia added 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 11, 2024
@ttnghia ttnghia self-assigned this Dec 11, 2024
@ttnghia ttnghia requested a review from a team as a code owner December 11, 2024 21:34
Copy link

copy-pr-bot bot commented Dec 11, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@ttnghia
Copy link
Contributor Author

ttnghia commented Dec 11, 2024

/ok to test

@ttnghia
Copy link
Contributor Author

ttnghia commented Dec 11, 2024

/merge

@rapids-bot rapids-bot bot merged commit 32548b0 into rapidsai:branch-25.02 Dec 12, 2024
99 checks passed
@ttnghia ttnghia deleted the improve_java_scalar branch December 12, 2024 00:48
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.

2 participants