mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Addition to the fix of generic variant of topK aggregate function [#CLICKHOUSE-2].
This commit is contained in:
parent
a5668a1502
commit
e25514d28a
@ -228,6 +228,7 @@ public:
|
||||
const char * begin = nullptr;
|
||||
StringRef str_serialized = column.serializeValueIntoArena(row_num, *arena, begin);
|
||||
set.insert(str_serialized);
|
||||
arena->rollback(str_serialized.size);
|
||||
}
|
||||
|
||||
void merge(AggregateDataPtr place, ConstAggregateDataPtr rhs, Arena *) const override
|
||||
|
Loading…
Reference in New Issue
Block a user