Addition to prev. revision [#METR-22869].

This commit is contained in:
Alexey Milovidov 2016-09-23 08:54:57 +03:00
parent ebacdf3144
commit 5d53f21418

View File

@ -2095,8 +2095,8 @@ Block Aggregator::mergeBlocks(BlocksList & blocks, bool final)
M(serialized) \ M(serialized) \
#define M(NAME) \ #define M(NAME) \
if (method == Type::NAME) \ if (method == AggregatedDataVariants::Type::NAME) \
method = Type::NAME ## _hash64; \ method = AggregatedDataVariants::Type::NAME ## _hash64; \
APPLY_FOR_VARIANTS_THAT_MAY_USE_BETTER_HASH_FUNCTION(M) APPLY_FOR_VARIANTS_THAT_MAY_USE_BETTER_HASH_FUNCTION(M)
#undef M #undef M