dongjoon-hyun commented on a change in pull request #30829:
URL: https://github.com/apache/spark/pull/30829#discussion_r545490921
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -423,6 +423,12 @@ object SQLConf {
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("64MB")
+ val ADAPTIVE_FORCE_IF_SHUFFLE =
buildConf("spark.sql.adaptive.force.if.shuffle")
+ .doc("Make OptimizeSkewJoin choose skew mitigation even if it causes an
extra shuffle")
+ .version("3.0.0")
Review comment:
This should be `3.2.0`, @ekoifman .
----------------------------------------------------------------
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]