Skip to content

Commit

Permalink
udaf
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Jan 30, 2018
1 parent bed8750 commit 9a4aada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ case class AggregateInPandasExec(

val columnarBatchIter = new ArrowPythonRunner(
pyFuncs, bufferSize, reuseWorker,
PythonEvalType.SQL_PANDAS_UDAF, argOffsets, aggInputSchema,
PythonEvalType.SQL_GROUPED_AGG_PANDAS_UDF, argOffsets, aggInputSchema,
sessionLocalTimeZone, pandasRespectSessionTimeZone)
.compute(projectedRowIter, context.partitionId(), context)

Expand Down

0 comments on commit 9a4aada

Please sign in to comment.