mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +00:00
Fix error
This commit is contained in:
parent
5c75a7d661
commit
a6e3ab5515
@ -1181,8 +1181,6 @@ private:
|
|||||||
if (key.isNull())
|
if (key.isNull())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
std::cerr << applyVisitor(FieldVisitorDump(), key) << ": " << bitCastToUInt64(key) << "\n";
|
|
||||||
|
|
||||||
const String & str_to = to[i].get<const String &>();
|
const String & str_to = to[i].get<const String &>();
|
||||||
StringRef ref{cache.string_pool.insert(str_to.data(), str_to.size() + 1), str_to.size() + 1};
|
StringRef ref{cache.string_pool.insert(str_to.data(), str_to.size() + 1), str_to.size() + 1};
|
||||||
table[bitCastToUInt64(key)] = ref;
|
table[bitCastToUInt64(key)] = ref;
|
||||||
|
Loading…
Reference in New Issue
Block a user