cloud-fan commented on a change in pull request #32198:
URL: https://github.com/apache/spark/pull/32198#discussion_r617318878
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -3150,6 +3150,14 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val MAX_CONCURRENT_OUTPUT_WRITERS =
buildConf("spark.sql.maxConcurrentOutputWriters")
Review comment:
`maxConcurrentOutputFileWriters`? To indicate it's for file source only.
--
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]