Skip to content

Commit

Permalink
[VL] Remove useless agg mode check in applyExtractStruct (#5161)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 authored Mar 29, 2024
1 parent c6639ef commit 2eff2dd
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ abstract class HashAggregateExecTransformer(
}

for (expr <- aggregateExpressions) {
expr.mode match {
case Partial | PartialMerge =>
case _ =>
throw new GlutenNotSupportException(s"${expr.mode} not supported.")
}
val aggFunc = expr.aggregateFunction
aggFunc match {
case _ @VeloxIntermediateData.Type(veloxTypes: Seq[DataType]) =>
Expand Down

0 comments on commit 2eff2dd

Please sign in to comment.