maryannxue commented on code in PR #37014:
URL: https://github.com/apache/spark/pull/37014#discussion_r913956638


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/CoalesceShufflePartitions.scala:
##########
@@ -132,6 +133,7 @@ case class CoalesceShufflePartitions(session: SparkSession) 
extends AQEShuffleRe
       Seq(collectShuffleStageInfos(r))
     case unary: UnaryExecNode => collectCoalesceGroups(unary.child)
     case union: UnionExec => union.children.flatMap(collectCoalesceGroups)
+    case cartesian: CartesianProductExec => 
cartesian.children.flatMap(collectCoalesceGroups)

Review Comment:
   update the javadoc for this method.



-- 
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.

To unsubscribe, e-mail: [email protected]

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