dbms: Cleanup [#METR-19266]

This commit is contained in:
Alexey Arno 2016-08-05 18:05:08 +03:00
parent efe8a6f7da
commit 2906783686

View File

@ -62,7 +62,7 @@ ColumnPtr ColumnNullable::convertToFullColumnIfConst() const
ColumnNullable & new_col = static_cast<ColumnNullable &>(*new_col_holder.get()); ColumnNullable & new_col = static_cast<ColumnNullable &>(*new_col_holder.get());
if (!getNullMapContent().empty()) if (!getNullMapContent().empty())
new_col.null_map = null_map.get()->clone(); new_col.null_map = null_map;
} }
else else
new_col_holder = {}; new_col_holder = {};