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

    https://github.com/apache/spark/pull/22318#discussion_r214692193
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -805,10 +807,10 @@ class Analyzer(
                * that this rule cannot handle. When that is the case, there 
must be another rule
                * that resolves these conflicts. Otherwise, the analysis will 
fail.
                */
    -          right
    +          (right, AttributeMap.empty[Attribute])
    --- End diff --
    
    just commented the same meanwhile :) sorry, I saw your comments only now :)


---

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

Reply via email to