Skip to content

Commit

Permalink
Update be/src/pipeline/task_scheduler.h
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yiguolei and github-actions[bot] authored Dec 30, 2023
1 parent ae64718 commit e4475d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/pipeline/task_scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class TaskScheduler {

void set_wg_id(uint64_t wg_id) { this->_wg_id = wg_id; }

uint64_t get_wg_id() { return _wg_id; }
uint64_t get_wg_id() const { return _wg_id; }

private:
std::unique_ptr<ThreadPool> _fix_thread_pool;
Expand Down

0 comments on commit e4475d0

Please sign in to comment.