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 bb5b219 commit acfa5d0Copy full SHA for acfa5d0
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala
@@ -1911,7 +1911,7 @@ object AnsiCast {
1911
case (_: ArrayType, StringType) =>
1912
s"""
1913
| 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.
+ | If you have to cast ${from.catalogString} to ${to.catalogString}, you can use the function ARRAY_JOIN or set $fallbackConfKey as $fallbackConfValue.
1915
|""".stripMargin
1916
1917
case _ if Cast.canCast(from, to) =>
0 commit comments