Change the rt exprs array source when in px batch rescan

This commit is contained in:
qianchanger
2023-03-02 16:44:34 +00:00
committed by ob-robot
parent 6b74f579c4
commit 0f0d98ce6a
3 changed files with 11 additions and 7 deletions

View File

@ -269,7 +269,8 @@ int ObPxTaskProcess::execute(ObOpSpec &root_spec)
for (int i = 0; i < batch_count && OB_SUCC(ret); ++i) {
if (need_fill_batch_info) {
if (OB_FAIL(ctx.fill_px_batch_info(arg_.get_sqc_handler()->
get_sqc_init_arg().sqc_.get_rescan_batch_params(), i))) {
get_sqc_init_arg().sqc_.get_rescan_batch_params(), i,
arg_.des_phy_plan_->get_expr_frame_info().rt_exprs_))) {
LOG_WARN("fail to fill batch info", K(ret));
} else if (OB_FAIL(arg_.get_sqc_handler()->get_sub_coord().
get_sqc_ctx().gi_pump_.regenerate_gi_task())) {