-
Notifications
You must be signed in to change notification settings - Fork 240
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
Labels
good first issue
Good for newcomers
Comments
jlowe
added
good first issue
Good for newcomers
? - Needs Triage
Need team to review and classify
labels
Feb 23, 2024
3 tasks
gerashegalov
added a commit
to gerashegalov/spark-rapids
that referenced
this issue
Apr 1, 2024
Fixes NVIDIA#10487 Signed-off-by: Gera Shegalov <[email protected]>
gerashegalov
added a commit
that referenced
this issue
Apr 3, 2024
Fixes #10487 Signed-off-by: Gera Shegalov <[email protected]>
fixed by #10652 |
wjxiz1992
pushed a commit
to nvliyuan/yuali-spark-rapids
that referenced
this issue
Apr 7, 2024
Fixes NVIDIA#10487 Signed-off-by: Gera Shegalov <[email protected]>
wjxiz1992
pushed a commit
to nvliyuan/yuali-spark-rapids
that referenced
this issue
Apr 7, 2024
Fixes NVIDIA#10487 Signed-off-by: Gera Shegalov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: