Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Jun 19, 2020
1 parent 7c667d8 commit 600b933
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1177,8 +1177,8 @@ object SQLConf {
.createWithDefault(4 * 1024 * 1024)

val FILES_MIN_PARTITION_NUM = buildConf("spark.sql.files.minPartitionNum")
.doc("The suggested (not guaranteed) minimum number of file split partitions. If not set, " +
"the default value is the default parallelism of the Spark cluster. This configuration is " +
.doc("The suggested (not guaranteed) minimum number of splitting file partitions. " +
"If not set, the default value is `spark.default.parallelism`. This configuration is " +
"effective only when using file-based sources such as Parquet, JSON and ORC.")
.version("3.1.0")
.intConf
Expand Down

0 comments on commit 600b933

Please sign in to comment.