提交 20f8e17e 编写于 作者: M Michael Kolupaev

dbms: interpreting ALTER TABLE DROP PARTITION. Not storage supports it yet. [#METR-12037]

上级 00fefb3d
......@@ -92,7 +92,7 @@ void InterpreterAlterQuery::parseAlter(
}
else if (params.type == ASTAlterQuery::DROP_PARTITION)
{
const Field & partition = dynamic_cast<ASTLiteral &>(params.partition).value;
const Field & partition = dynamic_cast<const ASTLiteral &>(*params.partition).value;
out_partitions_to_drop.push_back(partition);
}
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册