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

    https://github.com/apache/spark/pull/23096#discussion_r235161825
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -696,7 +701,7 @@ class Analyzer(
                   s"avoid errors. Increase the value of 
${SQLConf.MAX_NESTED_VIEW_DEPTH.key} to work " +
                   "around this.")
               }
    -          executeSameContext(child)
    +          executeSameContext(child, None)
    --- End diff --
    
    No great reason. I just used None for everything, except the top level, 
because it is very difficult to wire the tracker here without refactoring a lot 
of code.



---

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

Reply via email to