Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Aug 21, 2023
1 parent f859dbd commit 2fb3da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/plan_fragment_executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PlanFragmentExecutor {
public:
// report_status_cb, if !empty(), is used to report the accumulated profile
// information periodically during execution (open() or get_next()).
PlanFragmentExecutor(ExecEnv* exec_env, std::shared_ptr<QueryCtx> query_ctx,
PlanFragmentExecutor(ExecEnv* exec_env, std::shared_ptr<QueryContext> query_ctx,
const TUniqueId& instance_id, int backend_num);

// Closes the underlying plan fragment and frees up all resources allocated
Expand Down

0 comments on commit 2fb3da0

Please sign in to comment.