-
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
Update JNI for contiguous_split packed results [skip ci] #7127
Conversation
Signed-off-by: Jason Lowe <[email protected]>
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.
Just a few things
Any reason this is still a draft? We are entering code freeze so it would be good to get it merged ASAP if ready. |
Yes, it requires #7096 to be merged first. After that dependency goes in this should quickly follow. |
@gpucibot merge |
This PR requires the libcudf changes in #7096, fixing the Java bindings to
contiguous_split
that are broken by that change.This also adds the ability to create a
ContiguousTable
instance without manifesting aTable
instance and allColumnVector
instances underneath it which should prove useful during Spark's shuffle.