fix [WhiteScan] [EVALUATION_ORDER]#677#681

Co-authored-by: BlaBlaBlaWang <wjx1999126@qq.com>
Co-authored-by: Dousir9 <736191200@qq.com>
This commit is contained in:
LINxiansheng
2021-12-07 16:00:44 +08:00
committed by LINxiansheng
parent 66288ad214
commit c04244902d
5 changed files with 16 additions and 15 deletions

View File

@ -165,7 +165,7 @@ int ObHashExceptOp::inner_get_next_row()
}
} else {
// insert and return row
if (OB_FAIL(OB_FAIL(hp_infras_.insert_row(*cur_exprs, exists, inserted)))) {
if (OB_FAIL(hp_infras_.insert_row(*cur_exprs, exists, inserted))) {
LOG_WARN("failed to insert row", K(ret));
} else if (inserted) {
got_row = true;