tgravescs commented on code in PR #58097:
URL: https://github.com/apache/spark/pull/58097#discussion_r3898081674
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1269,6 +1256,18 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val PIPELINED_SHUFFLE_ENABLED =
buildConf("spark.sql.pipelinedShuffle.enabled")
Review Comment:
I think a lot of shuffle related ones are spark.sql.shuffle.XXX
Also it might be better to make it explicity localPipelinedShuffle to make
it clear to the user when it applies.
--
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]