未验证 提交 1799f31d 编写于 作者: Q QIYU ZHUANG 提交者: GitHub

fix issue [WhiteScan] [DEADCODE] (#678)

上级 da3b184e
......@@ -3415,7 +3415,6 @@ int ObCodeGeneratorImpl::convert_distinct(ObLogDistinct& op, const PhyOpsDesc& c
} else if (FALSE_IT((input_row_desc = child_ops.at(0).second,
input_projector = child_ops.at(0).first->get_projector(),
input_projector_size = child_ops.at(0).first->get_projector_size()))) {
ret = OB_ERR_UNEXPECTED;
} else if (OB_FAIL(create_phy_op_desc(phy_op_type, distinct_op, out_row_desc, out_ops, op.get_op_id()))) {
LOG_WARN("failed to create phy op and desc", K(ret));
} else if (OB_FAIL(copy_row_desc(*input_row_desc, *out_row_desc))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册