You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by viirya <gi...@git.apache.org> on 2018/01/01 08:15:53 UTC

[GitHub] spark pull request #20127: [SPARK-22932] [SQL] Refactor AnalysisContext

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

    https://github.com/apache/spark/pull/20127#discussion_r159150948
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala ---
    @@ -70,6 +71,8 @@ object AnalysisContext {
       }
     
       def get: AnalysisContext = value.get()
    +  def reset(): Unit = value.remove()
    --- End diff --
    
    `private`


---

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