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

    https://github.com/apache/spark/pull/21859#discussion_r211122674
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1207,6 +1207,13 @@ object SQLConf {
           .intConf
           .createWithDefault(100)
     
    +  val RANGE_EXCHANGE_SAMPLE_CACHE_ENABLE =
    +    buildConf("spark.sql.execution.rangeExchange.sampleCache.enabled")
    +      .doc("When true, if the sampled data in range partitioning covers 
the whole data, " +
    +        "the sampled data will be cached for the next sort.")
    +      .booleanConf
    +      .createWithDefault(true)
    --- End diff --
    
    Should it be an internal config?


---

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

Reply via email to