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

    https://github.com/apache/spark/pull/21941#discussion_r206764004
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala
 ---
    @@ -165,9 +165,9 @@ object SetOperation {
     }
     
     case class Intersect(
    -   left: LogicalPlan,
    -   right: LogicalPlan,
    -   isAll: Boolean = false) extends SetOperation(left, right) {
    +    left: LogicalPlan,
    --- End diff --
    
    This is not related to the current PR. This addresses a comment from 
@HyukjinKwon in [21886](https://github.com/apache/spark/pull/21886)


---

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

Reply via email to