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_r351445548
##########
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 =
- buildConf("spark.sql.analyzer.failAmbiguousSelfJoin")
+ buildConf("spark.sql.analyzer.failAmbiguousSelfJoin.enabled")
Review comment:
Could you update `docs/sql-migration-guide.md`, too? There is an instance
referring this.
> To restore the behavior before Spark 3.0, you can set
`spark.sql.analyzer.failAmbiguousSelfJoin` to `false`.
----------------------------------------------------------------
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]