[FEAT MERGE]logical plan move to plan cache module add feedback into to plan

This commit is contained in:
zzg19950727
2023-04-18 11:41:58 +00:00
committed by ob-robot
parent e392fc2a37
commit 8daff3e658
122 changed files with 45692 additions and 43707 deletions

View File

@ -472,6 +472,12 @@ int ObPxSQCProxy::report(int end_ret) const
task_tx_desc = NULL;
}
}
if (0 == i) {
OZ(finish_msg.fb_info_.assign(tasks.at(i).fb_info_));
} else {
OZ(finish_msg.fb_info_.merge_feedback_info(tasks.at(i).fb_info_));
}
OZ(append(finish_msg.interm_result_ids_, task.interm_result_ids_));
}
if (OB_SUCCESS != ret && OB_SUCCESS == sqc_ret) {