HyukjinKwon commented on a change in pull request #24130: removing unnecessary 
"like"
URL: https://github.com/apache/spark/pull/24130#discussion_r266819217
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala
 ##########
 @@ -99,7 +99,7 @@ abstract class SparkStrategies extends 
QueryPlanner[SparkPlan] {
    * - Broadcast hash join (BHJ):
    *     BHJ is not supported for full outer join. For right outer join, we 
only can broadcast the
    *     left side. For left outer, left semi, left anti and the internal join 
type ExistenceJoin,
-   *     we only can broadcast the right side. For inner like join, we can 
broadcast both sides.
+   *     we only can broadcast the right side. For inner join, we can 
broadcast both sides.
 
 Review comment:
   I think this referred `InnerLike`.

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


With regards,
Apache Git Services

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

Reply via email to