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

    https://github.com/apache/spark/pull/21087#discussion_r207815199
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -580,6 +580,11 @@ object SQLConf {
         .booleanConf
         .createWithDefault(true)
     
    +  val BUCKETING_MAX_BUCKETS = buildConf("spark.sql.bucketing.maxBuckets")
    +    .doc("The maximum number of buckets allowed. Defaults to 100000")
    +    .longConf
    --- End diff --
    
    I was following the convention used in config entries, where integrals use 
longConf, without making further changes. However I agree we could update the 
class type as well to match. Will submit the patch.


---

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

Reply via email to