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:
committed by
LINxiansheng
parent
66288ad214
commit
c04244902d
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user