dongjoon-hyun commented on a change in pull request #26694: [MINOR][SQL] refine 
config name spark.sql.analyzer.failAmbiguousSelfJoin.enabled
URL: https://github.com/apache/spark/pull/26694#discussion_r351446474
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -866,7 +866,7 @@ object SQLConf {
       .createWithDefault(true)
 
   val FAIL_AMBIGUOUS_SELF_JOIN =
 
 Review comment:
   Also, `FAIL_AMBIGUOUS_SELF_JOIN` -> `FAIL_AMBIGUOUS_SELF_JOIN_ENABLED` 
because `_ENABLED` patter is more popular for `.enabled` conf.

----------------------------------------------------------------
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]

Reply via email to