save-buffer commented on code in PR #13143:
URL: https://github.com/apache/arrow/pull/13143#discussion_r883038721


##########
cpp/src/arrow/compute/exec/exec_plan.h:
##########
@@ -61,6 +61,18 @@ class ARROW_EXPORT ExecPlan : public 
std::enable_shared_from_this<ExecPlan> {
     return out;
   }
 
+  size_t GetThreadIndex();
+  size_t thread_capacity() const;

Review Comment:
   I like `max_concurrency`. I added a comment.



-- 
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]

Reply via email to