mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #62478 from rschu1ze/fix-clang-tidy-build
Fix clang-tidy build
This commit is contained in:
commit
31fe20d7d3
@ -205,7 +205,7 @@ static void aggregate4(Map & local_map, MapTwoLevel & global_map, Mutex * mutexe
|
||||
else
|
||||
{
|
||||
size_t hash_value = global_map.hash(*it);
|
||||
size_t bucket = global_map.getBucketFromHash(hash_value);
|
||||
size_t bucket = MapTwoLevel::getBucketFromHash(hash_value);
|
||||
|
||||
if (mutexes[bucket].try_lock())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user