maropu commented on a change in pull request #28853:
URL: https://github.com/apache/spark/pull/28853#discussion_r442578498
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1176,6 +1176,15 @@ object SQLConf {
.longConf
.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, " +
Review comment:
`file split` -> `split file`?
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1176,6 +1176,15 @@ object SQLConf {
.longConf
.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 " +
Review comment:
`the default parallelism of the Spark cluster` ->
`spark.default.parallelism`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]