why we set excutor =nullptr in WholeStageResultIterator::createNewVeloxQueryCtx() #6164
Answered
by
zhztheplayer
HaoChen-ch
asked this question in
Q&A
-
why we set excutor =nullptr in WholeStageResultIterator::createNewVeloxQueryCtx()? is that mean all tasks is run on a single thread? |
Beta Was this translation helpful? Give feedback.
Answered by
zhztheplayer
Jun 20, 2024
Replies: 1 comment 1 reply
-
That's correct. We basically follow Spark's threading model that one thread per task. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HaoChen-ch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's correct. We basically follow Spark's threading model that one thread per task.