-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add JNI backend for Spark SQL function conv
for (hexa)decimals
#1314
Conversation
Contributes to NVIDIA/spark-rapids#8511 Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
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.
Generally it looks fine. Just a little curious about an error case.
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
conv
conv
for (hexa)decimals
build |
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.
My only concern now is performance. I just want to be sure that the cost of the regular expressions/etc beats the CPU. But that can even wait for the plugin changes if needed, because that is where I actually care about the performance.
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
@revans2 PTAL, it should be ready since it passes https://github.com/NVIDIA/spark-rapids/pull/8925/files#diff-af93e5faff863709f2c9de84607d8bd79c6cc0e2454b6f982c693c10ad721402R784-R795 |
Contributes to NVIDIA/spark-rapids#8511
POC supporting form/to radices 10 and 16 leveraging existing libcudf API
Signed-off-by: Gera Shegalov gera@apache.org