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

   > One thing that might help is to disable IO in the tokio runtime used by 
DataFusion. Attempts to perform IO will then error out.
   
   This is what we do for IOx, but be aware that this isn't 100% reliable. For 
example you can open a TCP connection in the IO runtime and then poll it 
directly from the CPU/DF runtime. If that TCP connection is something that is 
multiplexed (like HTTP/2), you probably end up with the same mess than if you 
would do IO within the DF runtime directly.


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