maropu commented on a change in pull request #28123: [SPARK-31350][SQL]
Coalesce bucketed tables for join if applicable
URL: https://github.com/apache/spark/pull/28123#discussion_r407806520
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2574,6 +2574,27 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val COALESCE_BUCKET_IN_JOIN_ENABLED =
Review comment:
could you add a method in `class SQLConf` just like `BUCKETING_ENABLED`?
```
def bucketingEnabled: Boolean = getConf(SQLConf.BUCKETING_ENABLED)
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]