Skip to content

Commit

Permalink
Update sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuShuffleCo…
Browse files Browse the repository at this point in the history
…alesceExec.scala

Co-authored-by: Renjie Liu <[email protected]>
  • Loading branch information
firestarman and liurenjie1024 authored Oct 28, 2024
1 parent e80a16e commit 1114d71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sealed trait TableOperator[T <: AutoCloseable, C] {
def concatOnHost(tables: Array[T]): C
}

class CudfTableOperator extends TableOperator[SerializedTableColumn, HostConcatResult] {
class JCudfTableOperator extends TableOperator[SerializedTableColumn, HostConcatResult] {
override def getDataLen(table: SerializedTableColumn): Long = table.header.getDataLen
override def getNumRows(table: SerializedTableColumn): Int = table.header.getNumRows

Expand Down

0 comments on commit 1114d71

Please sign in to comment.