diff --git a/be/src/exec/pipeline/query_context.h b/be/src/exec/pipeline/query_context.h index f4215527835ea4..561715c817abdc 100644 --- a/be/src/exec/pipeline/query_context.h +++ b/be/src/exec/pipeline/query_context.h @@ -88,8 +88,8 @@ class QueryContext : public std::enable_shared_from_this { duration_cast(steady_clock::now().time_since_epoch() + _query_expire_seconds).count(); } void set_report_profile() { _is_report_profile = true; } - bool is_report_profile() { - if (_enable_profile) { + bool is_report_profile() { + if (_is_report_profile) { return true; } if (_big_query_profile_threshold_ns <= 0) {