Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What changes were proposed in this pull request? Scheduler micro optimizations to speed up the scheduling loop. ### Why are the changes needed? The scheduler is single threaded and the faster we can schedule the faster a query executes. Changes to the scheduler usually adversely affect scheduling throughput which makes it hard to prototype novel changes. Getting some headroom makes experimentation faster while not hurting production. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. Closes apache#40464 from alkis/scheduler-micro-opts. Authored-by: Alkis Evlogimenos <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information