alamb commented on issue #3410: URL: https://github.com/apache/arrow-datafusion/issues/3410#issuecomment-1242082729
I think in general the wrapping of errors is definitely not valuable The datafusion code already tries to unwrap an ArrowError here (when converting from DataFusionError --> ArrowError) https://github.com/apache/arrow-datafusion/blob/master/datafusion/common/src/error.rs#L209-L217 I wonder if we can do something similar in Ballista? Or maybe write some "unwrapper" that would strip out the useless wrapping errors before display. -- 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]
