Skip to content

Commit

Permalink
Fix SparkStrategies
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss committed Jan 18, 2018
1 parent 17fad5c commit 0fec5cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ abstract class SparkStrategies extends QueryPlanner[SparkPlan] {
resultExpressions,
planLater(child)))

case PhysicalAggregation(_) =>
case PhysicalAggregation(_, _, _, _) =>
// If cannot match the two cases above, then it's an error
throw new AnalysisException(
"Cannot use a mixture of aggregate function and group aggregate pandas UDF")
Expand Down

0 comments on commit 0fec5cf

Please sign in to comment.