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

Example of HOST_UDF aggregation #2631

Draft
wants to merge 13 commits into
base: branch-25.02
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix error
  • Loading branch information
ttnghia committed Dec 18, 2024
commit 2d81d60989fed958fa11df0c84dea9b0283318c7
4 changes: 2 additions & 2 deletions src/main/java/com/nvidia/spark/rapids/jni/TestHostUDF.java
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@
package com.nvidia.spark.rapids.jni;

import ai.rapids.cudf.NativeDepsLoader;
import ai.rapids.cudf.Aggregation;
import ai.rapids.cudf.HostUDFWrapper;

// A new host UDF implementation must extend Aggregation.HostUDFWrapper,
// and override the hashCode and equals methods.
public class TestHostUDF extends Aggregation.HostUDFWrapper {
public class TestHostUDF extends HostUDFWrapper {
static {
NativeDepsLoader.loadNativeDeps();
}
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 336 files
Loading