mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix error
This commit is contained in:
parent
5c75a7d661
commit
a6e3ab5515
@ -1181,8 +1181,6 @@ private:
|
||||
if (key.isNull())
|
||||
continue;
|
||||
|
||||
std::cerr << applyVisitor(FieldVisitorDump(), key) << ": " << bitCastToUInt64(key) << "\n";
|
||||
|
||||
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};
|
||||
table[bitCastToUInt64(key)] = ref;
|
||||
|
Loading…
Reference in New Issue
Block a user