Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17353#discussion_r106841610
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/CostBasedJoinReorder.scala
 ---
    @@ -202,14 +201,15 @@ object JoinReorderDP extends PredicateHelper {
       }
     
       /**
    -   * Builds a new JoinPlan if the two given sides can be joined with some 
conditions.
    +   * Builds a new JoinPlan if there exists at least one join condition 
involving references from
    +   * both left and right.
        * @param oneJoinPlan One side JoinPlan for building a new JoinPlan.
        * @param otherJoinPlan The other side JoinPlan for building a new join 
node.
    --- End diff --
    
    Do you want to rename them to leftPlan and rightPlan?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to