Skip to content

Commit

Permalink
fix AggStateCombinatorTest fault
Browse files Browse the repository at this point in the history
Signed-off-by: chenminghua8 <[email protected]>
  • Loading branch information
chenminghua8 committed Nov 24, 2024
1 parent 01a85d0 commit 6aff6a7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,10 @@ public class FunctionSet {
.add(INTERSECT_COUNT)
.add(LC_PERCENTILE_DISC)
.add(MAP_AGG)
.add(DS_HLL_COUNT_DISTINCT)
.add(DS_QUANTILE)
.add(DS_FREQUENT)
.add(DS_THETA)
.build();

public static final Set<String> RANK_RALATED_FUNCTIONS =
Expand Down

0 comments on commit 6aff6a7

Please sign in to comment.