cloud-fan commented on a change in pull request #32883:
URL: https://github.com/apache/spark/pull/32883#discussion_r657919488



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala
##########
@@ -99,6 +99,7 @@ case class AdaptiveSparkPlanExec(
     // Skew join does not handle `CustomShuffleReader` so needs to be applied 
first.
     OptimizeSkewedJoin,
     CoalesceShufflePartitions(context.session),
+    ExpandShufflePartitions,

Review comment:
       shall we do it before `CoalesceShufflePartitions`? to follow 
`OptimizeSkewedJoin`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to