Skip to content

Commit

Permalink
Enable output batches metric for GpuShuffleCoalesceExec by default (N…
Browse files Browse the repository at this point in the history
…VIDIA#8619)

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
jlowe authored Jun 28, 2023
1 parent 2cad130 commit d458599
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ case class GpuShuffleCoalesceExec(child: SparkPlan, targetBatchByteSize: Long)
CONCAT_TIME -> createNanoTimingMetric(DEBUG_LEVEL, DESCRIPTION_CONCAT_TIME)
)

override protected val outputBatchesLevel = MODERATE_LEVEL

override def output: Seq[Attribute] = child.output

override def outputPartitioning: Partitioning = child.outputPartitioning
Expand Down

0 comments on commit d458599

Please sign in to comment.