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

    https://github.com/apache/spark/pull/21857#discussion_r205325587
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
 ---
    @@ -52,7 +52,7 @@ trait CheckAnalysis extends PredicateHelper {
       }
     
       protected def mapColumnInSetOperation(plan: LogicalPlan): 
Option[Attribute] = plan match {
    -    case _: Intersect | _: Except | _: Distinct =>
    +    case _: Intersect | _: ExceptBase | _: Distinct =>
    --- End diff --
    
    I am fine about that. Please make a change and avoid introducing a new 
LogicalPlan node. 


---

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

Reply via email to