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

    https://github.com/apache/spark/pull/16233#discussion_r95711504
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -50,6 +50,36 @@ object SimpleAnalyzer extends Analyzer(
         new SimpleCatalystConf(caseSensitiveAnalysis = true))
     
     /**
    + * Provides a way to keep state during the analysis, this enables us to 
decouple the concerns
    + * of analysis environment from the catalog.
    + *
    + * Note this is thread local.
    + *
    + * @param defaultDatabase The default database used in the view 
resolution, this overrules the
    + *                        current catalog database.
    + * @param nestedViewLevel The nested level in the view resolution, this 
enables us to limit the
    + *                        depth of nested views.
    --- End diff --
    
    I've added a TODO under this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to