matthewmturner commented on pull request #1541: URL: https://github.com/apache/arrow-datafusion/pull/1541#issuecomment-1012427494
looks like ill need to rebase to pick up the clippy changes. On the clippy error that `Box<dyn Error + Send + Sync>` is too complex and to use a type for it - what do you guys (@houqp @alamb) think about `pub type GenericError = Box<dyn Error + Send + Sync>` -- 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]
