Skip to content

Commit 4ef5c07

Browse files
committed
Use catalogString instead of simpleString
1 parent 03ec9de commit 4ef5c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ trait CheckAnalysis extends PredicateHelper {
325325
failAnalysis(
326326
s"""
327327
|${operator.nodeName} can only be performed on tables with the compatible
328-
|column types. ${dt1.simpleString} <> ${dt2.simpleString} at the
328+
|column types. ${dt1.catalogString} <> ${dt2.catalogString} at the
329329
|${ordinalNumber(ci)} column of the ${ordinalNumber(ti + 1)} table
330330
""".stripMargin.replace("\n", " ").trim())
331331
}

0 commit comments

Comments
 (0)