cloud-fan commented on a change in pull request #28123:
URL: https://github.com/apache/spark/pull/28123#discussion_r433269587
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2885,6 +2905,12 @@ class SQLConf extends Serializable with Logging {
LegacyBehaviorPolicy.withName(getConf(SQLConf.LEGACY_TIME_PARSER_POLICY))
}
+ def coalesceBucketsInSortMergeJoinEnabled: Boolean =
+ getConf(COALESCE_BUCKETS_IN_SORT_MERGE_JOIN_ENABLED)
+
+ def coalesceBucketsInSortMergeJoinMaxNumBucketsDiff: Int =
Review comment:
nit: we usually don't add methods if the config is only used once. just
inline it.
----------------------------------------------------------------
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]