alamb commented on issue #1540:
URL:
https://github.com/apache/arrow-datafusion/issues/1540#issuecomment-1012184525
It may need to be
```
impl From<Box<dyn Error + Send + Sync>> for DataFusionError {
fn from(err: Box<dyn Error + Send + Sync>) -> Self {
DataFusionError::External(err)
}
```
Though I can't remember if Rust will be happy with that signature
--
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]