Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Sep 23, 2024
1 parent 2bbc5da commit 3934392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/query_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class QueryContext : public std::enable_shared_from_this<QueryContext> {
_paused_error_status = Status::OK();
}

int32_t paused_times() const {
int32_t paused_times() {
std::lock_guard l(_paused_mutex);
return _paused_times;
}
Expand Down

0 comments on commit 3934392

Please sign in to comment.