dongjoon-hyun commented on code in PR #41545:
URL: https://github.com/apache/spark/pull/41545#discussion_r1227558429
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1749,6 +1749,16 @@ object SQLConf {
.checkValue(v => v > 0, "The min partition number must be a positive
integer.")
.createOptional
+ val FILES_MAX_PARTITION_NUM = buildConf("spark.sql.files.maxPartitionNum")
Review Comment:
Could you add this new configuration to `sql-performance-tuning.md` like
`spark.sql.files.minPartitionNum`?
https://github.com/apache/spark/blob/daee47a436473b865343301a78fef715d2780c4d/docs/sql-performance-tuning.md?plain=1#L89
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]