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 03ec9de commit 4ef5c07Copy full SHA for 4ef5c07
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
@@ -325,7 +325,7 @@ trait CheckAnalysis extends PredicateHelper {
325
failAnalysis(
326
s"""
327
|${operator.nodeName} can only be performed on tables with the compatible
328
- |column types. ${dt1.simpleString} <> ${dt2.simpleString} at the
+ |column types. ${dt1.catalogString} <> ${dt2.catalogString} at the
329
|${ordinalNumber(ci)} column of the ${ordinalNumber(ti + 1)} table
330
""".stripMargin.replace("\n", " ").trim())
331
}
0 commit comments