devinjdangelo commented on issue #9317:
URL: 
https://github.com/apache/arrow-datafusion/issues/9317#issuecomment-1960520267

   Thank you for flagging and working on this. I'm happy to help if you run 
into any issues moving to JoinSet as I wrote most of these instances of 
tokio::spawn.
   
   Another potential cancelation safety issue to consider in the referenced 
code is use of 
   
https://docs.rs/tokio/latest/tokio/io/trait.AsyncWriteExt.html#method.write_all 
which is not cancel safe.
   
   I don't think the consequences will be too bad canceling in the middle of a 
multipart upload since  I think the ObjectStore itself should provide some 
protection. 


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