Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate cudf::hashing::spark_murmurhash3_x86_32 (#15074)
The `cudf::hashing::spark_murmurhash3_x86_32()` function was moved to the Spark plugin since it had common code with the Spark implementation of `xxhash_64` (also implemented in the plugin). This change deprecates the API and the generic `cudf::hashing::hash()` function to be removed in a follow-on release. Reference hash cleanup issue: #13706 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) - Karthikeyan (https://github.com/karthikeyann) URL: #15074
- Loading branch information