alamb commented on issue #3104: URL: https://github.com/apache/arrow-datafusion/issues/3104#issuecomment-1212123102
I think returning a `DataFusionError` sounds like a very reasonable thing to do When a `tokio::task` panics, it will return a `JoinError` as an error code -- perhaps somewhere datafusion does a `tokio::task::spawn` but then doesn't check for an error 🤔 -- 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]
