Skip to content

Commit

Permalink
REFINE
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh committed Oct 15, 2024
1 parent 11cd710 commit 17f3e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/result_buffer_mgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ResultBufferMgr {
// cancel
void cancel(const TUniqueId& query_id);

void cancel_by_timeout(const TUniqueId& fragment_id);
void cancel_by_timeout(const TUniqueId& query_id);

// cancel one query at a future time.
void cancel_at_time(time_t cancel_time, const TUniqueId& query_id);
Expand Down

0 comments on commit 17f3e61

Please sign in to comment.