Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 committed Oct 15, 2024
1 parent 8087ef9 commit b0e56f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/fragment_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ Status FragmentMgr::start_query_execution(const PExecPlanFragmentStartRequest* r
TUniqueId query_id;
query_id.__set_hi(request->query_id().hi());
query_id.__set_lo(request->query_id().lo());
q_ctx = _get_or_erase_query_ctx(query_id)
q_ctx = _get_or_erase_query_ctx(query_id);
}
if (q_ctx) {
q_ctx->set_ready_to_execute(Status::OK());
Expand Down

0 comments on commit b0e56f8

Please sign in to comment.