Skip to content

Commit acfa5d0

Browse files
committed
uppercase
1 parent bb5b219 commit acfa5d0

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1911,7 +1911,7 @@ object AnsiCast {
19111911
case (_: ArrayType, StringType) =>
19121912
s"""
19131913
| cannot cast ${from.catalogString} to ${to.catalogString} with ANSI mode on.
1914-
| If you have to cast ${from.catalogString} to ${to.catalogString}, you can use the function array_join or set $fallbackConfKey as $fallbackConfValue.
1914+
| If you have to cast ${from.catalogString} to ${to.catalogString}, you can use the function ARRAY_JOIN or set $fallbackConfKey as $fallbackConfValue.
19151915
|""".stripMargin
19161916

19171917
case _ if Cast.canCast(from, to) =>

0 commit comments

Comments
 (0)