just test

This commit is contained in:
Nikita Mikhailov 2021-01-13 00:49:11 +03:00
parent 213c653ef8
commit e1afae4492

View File

@ -234,8 +234,8 @@ void TableJoin::addJoinedColumnsAndCorrectNullability(ColumnsWithTypeAndName & c
/// Materialize column.
/// Column is not empty if it is constant, but after Join all constants will be materialized.
/// So, we need remove constants from header.
if (col.column)
col.column = nullptr;
// if (col.column)
// col.column = nullptr;
if (leftBecomeNullable(col.type))
col.type = makeNullable(col.type);