[CP] [4.1] fix remote plan execute timeout serval bugs

This commit is contained in:
chinaxing
2023-06-16 07:42:18 +00:00
committed by ob-robot
parent ab5a6d490b
commit 98078bdc41
15 changed files with 111 additions and 21 deletions

View File

@ -34,7 +34,8 @@ public:
ObSQLSessionInfo *session,
const bool has_sent_task,
const bool has_transfer_err,
const ObPhysicalPlan *phy_plan);
const ObPhysicalPlan *phy_plan,
ObExecContext &exec_ctx);
private:
int build_task(ObExecContext &query_ctx,
ObJob &job,