Merge pull request from GitHub pr175
This commit is contained in:
committed by
wangzelin.wzl
parent
99f2835249
commit
58f7fb882e
@ -234,9 +234,12 @@ int ObStaticEngineCG::postorder_generate_op(
|
||||
}
|
||||
if (is_subplan) {
|
||||
cur_op_exprs_.reset();
|
||||
cur_op_exprs_.assign(tmp_cur_op_exprs);
|
||||
cur_op_self_produced_exprs_.reset();
|
||||
cur_op_self_produced_exprs_.assign(tmp_cur_op_self_produced_exprs);
|
||||
if (OB_FAIL(cur_op_exprs_.assign(tmp_cur_op_exprs))) {
|
||||
LOG_WARN("assign exprs failed", K(ret));
|
||||
} else if (OB_FAIL(cur_op_self_produced_exprs_.assign(tmp_cur_op_self_produced_exprs))) {
|
||||
LOG_WARN("assign exprs failed", K(ret));
|
||||
}
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user