-
Notifications
You must be signed in to change notification settings - Fork 68
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
Upmerge to the latest CUDF and fix compile errors #1154
Upmerge to the latest CUDF and fix compile errors #1154
Conversation
Signed-off-by: Robert (Bobby) Evans <[email protected]>
build |
Just FYI there was a breaking change made in some of the CUDF java code that I will also put up a patch in the plugin to fix. |
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.
LGTM
NVIDIA/spark-rapids#8328 will fix the issues in the plugin. I am going to run more tests still. I mostly just got it to compile before putting up the PR... |
build |
Ran our jni tests, things seem ok from that perspective. |
oops didn't fix the test code :( doing that now... |
build |
This upmerges to the latest 23.06 CUDF and fixes the compile errors in our code that showed up with it.
I will be testing this on our plugin too, but I wanted to get this up and started to unblock people.