cloud-fan commented on a change in pull request #32550: URL: https://github.com/apache/spark/pull/32550#discussion_r638597495
########## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ########## @@ -598,6 +598,16 @@ object SQLConf { .bytesConf(ByteUnit.BYTE) .createOptional + val ADAPTIVE_SHUFFLE_HASH_JOIN_LOCAL_MAP_THRESHOLD = + buildConf("spark.sql.adaptive.shuffledHashJoinLocalMapThreshold") Review comment: `shuffledHashJoinLocalMapSizeThreshold` -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org