dongjoon-hyun commented on a change in pull request #26694: [MINOR][SQL] Rename 
config name to 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:
   Maybe, `FAIL_AMBIGUOUS_SELF_JOIN` -> `FAIL_AMBIGUOUS_SELF_JOIN_ENABLED`?
   It seems that we are using `_ENABLED` pattern for `.enabled` conf sometime.

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