Skip to content

Commit

Permalink
[CORE] No need to compare all the agg mode in checkAggFuncModeSupport (
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 authored Feb 26, 2024
1 parent f25a372 commit 6c358d5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,7 @@ abstract class HashAggregateExecBaseTransformer(
case Partial | Final | Complete => true
case _ => false
}
case _ =>
mode match {
case Partial | PartialMerge | Final | Complete => true
case _ => false
}
case _ => true
}
}

Expand Down

0 comments on commit 6c358d5

Please sign in to comment.