Skip to content

Commit

Permalink
[MINOR] Bug fix for HiveUDF codegen (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakun authored and GitHub Enterprise committed Apr 21, 2023
1 parent 905523e commit b3cce6e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ abstract class HiveUDFEvaluatorBase[UDFType <: AnyRef](
doEvaluate()
} catch {
case e: Throwable =>
new SparkException(
throw new SparkException(
s"FAILED_EXECUTE_UDF functionName = ${funcWrapper.functionClassName}, signature = " +
s"${children.map(_.dataType.catalogString).mkString(", ")}, result is " +
s"${returnType.catalogString}", e)
Expand Down

0 comments on commit b3cce6e

Please sign in to comment.