提交 e92dcd47 编写于 作者: C chertus

fix clang release build

上级 274916d9
......@@ -229,7 +229,7 @@ ColumnWithTypeAndName correctNullability(ColumnWithTypeAndName && column, bool n
{
if (nullable)
convertColumnToNullable(column);
return column;
return std::move(column);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册