Uh oh!
There was an error while loading. Please reload this page.
ARROW-15994: [C++] Back out taskify changes - #12720
Conversation
westonpace
left a comment
There was a problem hiding this comment.
Thanks, it's a small benefit to performance but a bigger benefit to readability. One small nit and then I think this is good.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Benchmark runs are scheduled for baseline = ac58b8d and contender = 756f2b7. 756f2b7 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
This PR modifies the
SubmitTaskandFinishmethods of MapNode inExecPlanto avoid scheduling extra thread tasks.Performed the TPC-H Benchmark developed in PR #12537 with and without the changes.
Also, tested with the Query Tester as proposed in PR #12586