-
Notifications
You must be signed in to change notification settings - Fork 908
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
[FEA][JNI] Add JNI bindings for cudf::strings::integers_to_hex() #14081
Labels
2 - In Progress
Currently a work in progress
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
Comments
razajafri
added
feature request
New feature or request
Needs Triage
Need team to review and classify
labels
Sep 11, 2023
you can reuse |
Thanks, let me confirm if that is what we want before closing this issue |
I have confirmed, this works thanks @gerashegalov |
github-project-automation
bot
moved this from In Progress
to Done
in cuDF/Dask/Numba/UCX
Sep 20, 2023
Upon further investigation, the existing feature can't be used as is because it drops the leading zeros which are needed when converting binary data to string to be printed to the screen |
This was referenced Sep 27, 2023
GregoryKimball
added
2 - In Progress
Currently a work in progress
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
and removed
Needs Triage
Need team to review and classify
labels
Sep 27, 2023
rapids-bot bot
pushed a commit
that referenced
this issue
Sep 27, 2023
This PR adds a method to ColumnView class to allow for conversion from Integers to hex closes #14081 Authors: - Raza Jafri (https://github.com/razajafri) Approvers: - Kuhu Shukla (https://github.com/kuhushukla) - Robert (Bobby) Evans (https://github.com/revans2) URL: #14205
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2 - In Progress
Currently a work in progress
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
We need a way to convert a string col to a hex string col
Describe the solution you'd like
libcudf already supports this in convert_integers::integers_to_hex(). We should expose this method to Java
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: