mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
If for Nullable: continued [#CLICKHOUSE-2873].
This commit is contained in:
parent
9224161223
commit
f88b46c259
@ -1345,7 +1345,7 @@ private:
|
||||
}
|
||||
else if (result_column->isNull())
|
||||
{
|
||||
result_column = std::make_shared<ColumnNull>();
|
||||
result_column = std::make_shared<ColumnNull>(block.rows(), Null());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user