use set_exprs_ instead of output_ for set op

This commit is contained in:
ls0
2022-03-04 14:27:56 +08:00
committed by LINxiansheng
parent 0ccf105b38
commit 42fcd3dd80
5 changed files with 12 additions and 10 deletions

View File

@ -109,7 +109,7 @@ int ObMergeIntersectOp::inner_get_next_row()
}
}
if (OB_SUCC(ret)) {
if (OB_FAIL(convert_row(*left_row, MY_SPEC.output_))) {
if (OB_FAIL(convert_row(*left_row, MY_SPEC.set_exprs_))) {
LOG_WARN("failed to convert row", K(ret));
} else if (OB_FAIL(last_row_.save_store_row(*left_row, eval_ctx_, 0))) {
LOG_WARN("failed to save right row", K(ret));