mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Addition to prev. revision [#METR-22869].
This commit is contained in:
parent
ebacdf3144
commit
5d53f21418
@ -2095,8 +2095,8 @@ Block Aggregator::mergeBlocks(BlocksList & blocks, bool final)
|
||||
M(serialized) \
|
||||
|
||||
#define M(NAME) \
|
||||
if (method == Type::NAME) \
|
||||
method = Type::NAME ## _hash64; \
|
||||
if (method == AggregatedDataVariants::Type::NAME) \
|
||||
method = AggregatedDataVariants::Type::NAME ## _hash64; \
|
||||
|
||||
APPLY_FOR_VARIANTS_THAT_MAY_USE_BETTER_HASH_FUNCTION(M)
|
||||
#undef M
|
||||
|
Loading…
Reference in New Issue
Block a user