vibhatha commented on code in PR #33623:
URL: https://github.com/apache/arrow/pull/33623#discussion_r1067649391
##########
cpp/src/arrow/compute/exec/exec_plan.h:
##########
@@ -426,24 +426,36 @@ struct ARROW_EXPORT Declaration {
/// \brief Utility method to run a declaration and collect the results into a
table
///
+/// \param use_threads If `use_threads` is false then all CPU work will be
done on the
+/// calling thread. I/O tasks will still happen on the I/O
executor
+/// and may be multi-threaded (but should not use
significant CPU
+/// resources)
Review Comment:
nit:
```suggestion
/// resources).
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]