Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Jun 26, 2024
1 parent 7730d32 commit 0bcf314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ case class GpuWriteFilesExec(
s" mismatch:\n$this")
}

override protected def stringArgs: Iterator[Any] = Iterator(child)
override def stringArgs: Iterator[Any] = Iterator(child)
}

object GpuWriteFiles {
Expand Down

0 comments on commit 0bcf314

Please sign in to comment.