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 e2ab5d5 commit 51ae36aCopy full SHA for 51ae36a
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/PythonUDF.scala
@@ -120,7 +120,7 @@ case class PythonUDAF(
120
dataType: DataType,
121
children: Seq[Expression],
122
udfDeterministic: Boolean,
123
- evalType: Int,
+ evalType: Int = PythonEvalType.SQL_GROUPED_AGG_PANDAS_UDF,
124
resultId: ExprId = NamedExpression.newExprId)
125
extends UnevaluableAggregateFunc with PythonFuncExpression {
126
0 commit comments