Skip to content

Commit e2fb0da

Browse files
committed
Updated SQLConf comment.
1 parent 7233a86 commit e2fb0da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ private[spark] object SQLConf {
6767
// Set to false when debugging requires the ability to look at invalid query plans.
6868
val DATAFRAME_EAGER_ANALYSIS = "spark.sql.eagerAnalysis"
6969

70-
// Whether to automatically alias the input tables in the case of self join on DataFrames.
70+
// Whether to automatically resolve ambiguity in join conditions for self-joins.
71+
// See SPARK-6231.
7172
val DATAFRAME_SELF_JOIN_AUTO_RESOLVE_AMBIGUITY = "spark.sql.selfJoinAutoResolveAmbiguity"
7273

7374
val USE_SQL_SERIALIZER2 = "spark.sql.useSerializer2"

0 commit comments

Comments
 (0)