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 1114d71 commit 5ec4586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ object GpuShuffleCoalesceUtils {
* This is used by HostCoalesceIteratorBase to separate the table operations from
* the shuffle read process.
*/
sealed trait TableOperator[T <: AutoCloseable, C] {
sealed trait SerializedTableOperator[T <: AutoCloseable, C] {
def getDataLen(table: T): Long
def getNumRows(table: T): Int
def concatOnHost(tables: Array[T]): C
Expand Down

0 comments on commit 5ec4586

Please sign in to comment.