paleolimbot commented on PR #13635:
URL: https://github.com/apache/arrow/pull/13635#issuecomment-1190672157

   I'm a little concerned about the prospect of messing with signal handlers in 
RunWithCapturedR, right before a release, since this runs during pretty much 
all of the most used functions in Arrow (read/write CSV, feather, and query 
engine after the user-defined functions PR merges).
   
   Is there any chance I can convince you to allow registering a (thread-safe) 
callback? I would love to be able to 
`RegisterThreadSafeUserInterruptChecker([]() { SafeCallIntoR([]() { /* return 
true or false */}); })` (but I understand if this is impossible or a bad idea 
based on how this is implemented in Arrow C++.


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