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 898af73 commit f9c67c2Copy full SHA for f9c67c2
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlan.scala
@@ -209,7 +209,7 @@ abstract class LogicalPlan extends QueryPlan[LogicalPlan] with Logging {
209
// More than one match.
210
case ambiguousReferences =>
211
throw new AnalysisException(
212
- s"Ambiguous references to $name: ${ambiguousReferences.mkString(",")}")
+ s"Ambiguous references to $name: ${ambiguousReferences.mkString(",")} $this")
213
}
214
215
0 commit comments