Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Dec 18, 2024
1 parent 7679bfb commit 2d81d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
Expand Up @@ -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();
}
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 336 files

0 comments on commit 2d81d60

Please sign in to comment.