cloud-fan commented on code in PR #50004:
URL: https://github.com/apache/spark/pull/50004#discussion_r1967710205
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/EnsureRequirements.scala:
##########
@@ -150,10 +150,15 @@ case class EnsureRequirements(
// A: (No_Exchange, 100) <---> B: (Exchange, 120)
// it's better to pick A and change B to (Exchange, 100) instead of
picking B and insert a
// new shuffle for A.
Review Comment:
Can we update this code comment w.r.t. the new change?
--
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]