yaooqinn commented on a change in pull request #33282:
URL: https://github.com/apache/spark/pull/33282#discussion_r667118895
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala
##########
@@ -1349,9 +1349,13 @@ private[spark] object QueryCompilationErrors {
s"${evalTypes.mkString(",")}")
}
- def ambiguousFieldNameError(fieldName: String, names: String): Throwable = {
+ def ambiguousFieldNameError(
+ fieldName: Seq[String], nunMatches: Int, context: Origin): Throwable = {
new AnalysisException(
- s"Ambiguous field name: $fieldName. Found multiple columns that can
match: $names")
Review comment:
Is it
```
46121 | X | 46 | OLB-specific error | 121 | invalid column name
```
?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]