mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update weak hash.
This commit is contained in:
parent
6d63d4bc88
commit
c4370886b0
@ -130,7 +130,7 @@ inline UInt32 updateWeakHash32(const DB::UInt8 * pos, size_t size, DB::UInt32 up
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
value |= size;
|
||||
value_ptr[7] = size;
|
||||
return intHashCRC32(value, updated_value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user