mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Remove null map cache from ColumnUnique.
This commit is contained in:
parent
d64fe4204a
commit
f3aa1292a9
@ -87,7 +87,8 @@ public:
|
||||
{
|
||||
callback(column_holder);
|
||||
index.setColumn(getRawColumnPtr());
|
||||
nested_column_nullable = ColumnNullable::create(column_holder, nested_null_mask);
|
||||
if (is_nullable)
|
||||
nested_column_nullable = ColumnNullable::create(column_holder, nested_null_mask);
|
||||
}
|
||||
|
||||
const UInt64 * tryGetSavedHash() const override { return index.tryGetSavedHash(); }
|
||||
|
Loading…
Reference in New Issue
Block a user