Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
fix AQE shuffle copy
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed May 10, 2021
1 parent 6318515 commit 39cf3c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ case class ColumnarShuffleExchangeExec(

class ColumnarShuffleExchangeAdaptor(
override val outputPartitioning: Partitioning,
child: SparkPlan )
child: SparkPlan,
shuffleOrigin: ShuffleOrigin = ENSURE_REQUIREMENTS)
extends ShuffleExchangeExec(outputPartitioning, child) {

private[sql] lazy val writeMetrics =
Expand Down

0 comments on commit 39cf3c2

Please sign in to comment.