cloud-fan commented on code in PR #41860:
URL: https://github.com/apache/spark/pull/41860#discussion_r1357703623
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/joins.scala:
##########
@@ -484,6 +484,26 @@ trait JoinSelectionHelper {
hint.rightHint.exists(_.strategy.contains(NO_BROADCAST_AND_REPLICATION))
}
+ def canLeftSideBeBroadcast(
Review Comment:
This is only called once in `InjectRuntimeFilter`, shall we inline it?
--
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]