mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
commit
81161be755
@ -86,7 +86,7 @@ void FunctionProject::executeImpl(Block & block, const ColumnNumbers & arguments
|
||||
}
|
||||
else
|
||||
{
|
||||
block.getByPosition(result).column = std::move(data_column->cloneEmpty());
|
||||
block.getByPosition(result).column = data_column->cloneEmpty();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user