-
Notifications
You must be signed in to change notification settings - Fork 915
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: Push back decimal utils from spark-rapids #9907
Conversation
Signed-off-by: sperlingxx <[email protected]>
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #9907 +/- ##
=============================================
Coverage 10.67% 10.67%
=============================================
Files 122 122
Lines 20873 20873
=============================================
Hits 2228 2228
Misses 18645 18645 Continue to review full report at Codecov.
|
rerun tests |
This PR has been labeled |
Hey, this is forgotten. |
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.
Approve but approval is not counted because I'm not java-codeowner 😃
@gpucibot merge |
Signed-off-by: sperlingxx <[email protected]> Closes #3793 Pushes cuDF-related decimal utilities down to cuDF. This PR is relied on cuDF changes: rapidsai/cudf#9809, rapidsai/cudf#9907 and rapidsai/cudf#10316.
Current PR is to push back cuDF-related decimal utilities from spark-rapids (for NVIDIA/spark-rapids#3793).
These utils were manually verified through spark-rapids integration tests.