Skip to content

Commit

Permalink
test what will be wrong if state returns norm type
Browse files Browse the repository at this point in the history
  • Loading branch information
amosbird committed Aug 1, 2022
1 parent 1ac716b commit 5580209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AggregateFunctions/AggregateFunctionState.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AggregateFunctionState final : public IAggregateFunctionHelper<AggregateFu

DataTypePtr getReturnType() const override
{
return getStateType();
return getNormalizedStateType();
}

const IAggregateFunction & getBaseAggregateFunctionWithSameStateRepresentation() const override
Expand Down

0 comments on commit 5580209

Please sign in to comment.