[CP] fix subplan fiter exec param not reset caused core

This commit is contained in:
obdev
2022-11-09 02:38:07 +00:00
committed by wangzelin.wzl
parent 6608b24752
commit 0c704f0ff0
2 changed files with 3 additions and 0 deletions

View File

@ -602,6 +602,7 @@ int ObSubPlanFilterOp::handle_next_row()
}
}
save_last_row_ = false;
set_param_null();
while (OB_SUCC(ret) && batch_count--) {
clear_evaluated_flag();
set_param_null();