We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7233a86 commit e2fb0daCopy full SHA for e2fb0da
sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
@@ -67,7 +67,8 @@ private[spark] object SQLConf {
67
// Set to false when debugging requires the ability to look at invalid query plans.
68
val DATAFRAME_EAGER_ANALYSIS = "spark.sql.eagerAnalysis"
69
70
- // Whether to automatically alias the input tables in the case of self join on DataFrames.
+ // Whether to automatically resolve ambiguity in join conditions for self-joins.
71
+ // See SPARK-6231.
72
val DATAFRAME_SELF_JOIN_AUTO_RESOLVE_AMBIGUITY = "spark.sql.selfJoinAutoResolveAmbiguity"
73
74
val USE_SQL_SERIALIZER2 = "spark.sql.useSerializer2"
0 commit comments