Skip to content

Commit 51ae36a

Browse files
committed
fix test
1 parent e2ab5d5 commit 51ae36a

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/PythonUDF.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ case class PythonUDAF(
120120
dataType: DataType,
121121
children: Seq[Expression],
122122
udfDeterministic: Boolean,
123-
evalType: Int,
123+
evalType: Int = PythonEvalType.SQL_GROUPED_AGG_PANDAS_UDF,
124124
resultId: ExprId = NamedExpression.newExprId)
125125
extends UnevaluableAggregateFunc with PythonFuncExpression {
126126

0 commit comments

Comments
 (0)