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 11945c7 commit cde73f5Copy full SHA for cde73f5
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala
@@ -359,7 +359,7 @@ case class Pow(left: Expression, right: Expression)
359
* Resulting characters are returned as a byte array.
360
*/
361
case class UnHex(child: Expression)
362
- extends UnaryExpression with ExpectsInputTypes with Serializable {
+ extends UnaryExpression with AutoCastInputTypes with Serializable {
363
364
override def expectedChildTypes: Seq[DataType] = Seq(StringType)
365
0 commit comments