Skip to content
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

Stop using ColumnVector.spark32BitMurmurHash3 #10487

Closed
jlowe opened this issue Feb 23, 2024 · 1 comment
Closed

Stop using ColumnVector.spark32BitMurmurHash3 #10487

jlowe opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@jlowe
Copy link
Member

jlowe commented Feb 23, 2024

cudf is planning to remove the Spark-specific MurmurHash3 kernel since it has been implemented in the Hash class in spark-rapids-jni. See rapidsai/cudf#15074 for details. The code needs to be updated to stop using ai.rapids.cudf.ColumnVector.spark32BitMurmurHash3 and start using com.nvidia.spark.rapids.jni.Hash.murmurHash32.

@gerashegalov
Copy link
Collaborator

fixed by #10652

wjxiz1992 pushed a commit to nvliyuan/yuali-spark-rapids that referenced this issue Apr 7, 2024
wjxiz1992 pushed a commit to nvliyuan/yuali-spark-rapids that referenced this issue Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants