-
Notifications
You must be signed in to change notification settings - Fork 922
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
[REVIEW] fea/hash_index #1917
[REVIEW] fea/hash_index #1917
Conversation
# hash_columns produces negative valuesg | ||
# probably can switch to np.uint32 | ||
# when supported by libcud | ||
return abs(sr) |
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 to confirm, you want to return a Series here and not a subtype of Index?
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.
I think so -- i need to build some things in dask to properly check now
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.
You need to update your RMM submodule, otherwise this looks good to go
Co-Authored-By: Keith Kraus <[email protected]>
@quasiben I'm going to hold off on merging this until you give the go ahead that no more changes are needed to support dask. |
@kkraus14, thanks. I think we should hold off as well |
I think #1720 may be blocking this PR. |
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.
Changing review just so it's unable to be merged.
Going to close this for now and we can reopen in the future if we want/need to. |
This PR adds method to create a hash of the index. This is a first step for resolving failures in rapidsai/dask-cudf#262
cc @kkraus14