You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by sadhen <gi...@git.apache.org> on 2018/10/10 12:26:32 UTC

[GitHub] spark pull request #22685: [SQL][MINOR][Refactor] Refactor on sql/core

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

    https://github.com/apache/spark/pull/22685#discussion_r224053653
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala ---
    @@ -123,7 +123,7 @@ object StaticSQLConf {
       val UI_RETAINED_EXECUTIONS =
         buildStaticConf("spark.sql.ui.retainedExecutions")
           .doc("Number of executions to retain in the Spark UI.")
    -      .intConf
    +      .longConf
    --- End diff --
    
    This involves a implicit `int2long` cast.


---

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