[Bug](thread token) Fix invalid thread token (#15110)

This commit is contained in:
Gabriel
2022-12-15 21:54:57 +08:00
committed by GitHub
parent c816d9d6e5
commit 94e0955687

View File

@ -628,7 +628,6 @@ Status FragmentMgr::exec_plan_fragment(const TExecPlanFragmentParams& params, Fi
BackendOptions::get_localhost());
}
fragments_ctx = search->second;
_set_scan_concurrency(params, fragments_ctx.get());
} else {
// This may be a first fragment request of the query.
// Create the query fragments context.