crepererum commented on issue #5882:
URL: https://github.com/apache/arrow-rs/issues/5882#issuecomment-2291123529

   > Another way to help people avoid said footgun is with documentation / 
examples. Maybe we can make an example in datafusion showing how to use a 
second thread pool.
   
   FWIW the tokio threadpool setup in IOx is not exactly trivial and far more 
than what I would consider "documentation" or an "example". I think we 
shouldn't require users to copy ANY example to get a sane default setup. 
Furthermore, the compute-IO bridge is rather tricky to get right as a user 
because you have to be very careful to not accidentally violate it. So I kinda 
think that an explicit support within DF (or any other compute framework) would 
help a lot.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to