Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21305#discussion_r200230131
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -172,6 +173,7 @@ class Analyzer(
           ResolveWindowOrder ::
           ResolveWindowFrame ::
           ResolveNaturalAndUsingJoin ::
    +      ResolveOutputRelation ::
    --- End diff --
    
    I feel this rule doesn't need to be in the giant resolution batch. Shall we 
put it in the `Post-Hoc Resolution` batch which run only once?


---

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

Reply via email to