nvictus commented on issue #8913: URL: https://github.com/apache/arrow-rs/issues/8913#issuecomment-3568072676
I'll just add that FFIs are a bit of a special case. A panic may reflect an "unrecoverable" situation, but you would still like to propagate information about that situation all the way up the stack. This is one of the main reasons `std::panic::catch_unwind` was stabilized: https://rust-lang.github.io/rfcs/1236-stabilize-catch-panic.html -- 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]
