fix hash join not clear eval flag before output

This commit is contained in:
obdev
2024-04-29 09:16:50 +00:00
committed by ob-robot
parent f212606f61
commit efa62c5e5c

View File

@ -2552,6 +2552,7 @@ int ObHashJoinVecOp::probe()
int ObHashJoinVecOp::probe_batch_output()
{
int ret = OB_SUCCESS;
clear_evaluated_flag();
if (INNER_JOIN == MY_SPEC.join_type_) {
ret = inner_join_output();
} else if (LEFT_SEMI_JOIN == MY_SPEC.join_type_) {