提交 3a9172e3 编写于 作者: S st0 提交者: wangzelin.wzl

fix transform window funtion formalization bug

上级 5ea62a63
...@@ -914,6 +914,8 @@ int ObTransformWinMagic::wrap_case_when_if_necessary( ...@@ -914,6 +914,8 @@ int ObTransformWinMagic::wrap_case_when_if_necessary(
aggr_expr.clear_child(); aggr_expr.clear_child();
if (OB_FAIL(aggr_expr.add_real_param_expr(case_expr))) { if (OB_FAIL(aggr_expr.add_real_param_expr(case_expr))) {
LOG_WARN("failed to add real param expr", K(ret)); LOG_WARN("failed to add real param expr", K(ret));
} else if (OB_FAIL(aggr_expr.formalize(ctx_->session_info_))) {
LOG_WARN("formalize failed", K(ret));
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册