mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fixing build.
This commit is contained in:
parent
2c06a65e1c
commit
b53442e521
@ -481,7 +481,7 @@ struct MinHashImpl
|
||||
size_t length = start - word_start;
|
||||
|
||||
if (length)
|
||||
words.emplace_back(word_start, length);
|
||||
words.emplace_back(BytesRef{word_start, length});
|
||||
}
|
||||
|
||||
UInt64 hash_value = Hash::shingleHash<CaseInsensitive>(words);
|
||||
|
Loading…
Reference in New Issue
Block a user