cloud-fan commented on a change in pull request #30479:
URL: https://github.com/apache/spark/pull/30479#discussion_r540710626
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala
##########
@@ -2097,7 +2157,7 @@ case class UnBase64(child: Expression)
""",
since = "1.5.0")
// scalastyle:on line.size.limit
-case class Decode(bin: Expression, charset: Expression)
+case class StringDecode(bin: Expression, charset: Expression)
Review comment:
This only renames the expression, not the function. This PR just adds an
overload of the `decode` function when there are more than 3 parameters.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]