alamb opened a new issue #1644: URL: https://github.com/apache/arrow-datafusion/issues/1644
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The way to convert `DataFusionError` into an `ArrowError` is confusing for Rust programmers coming to the DataFusion codebase and makes our codebase a bit of a mess ``` DataFusionError::into_arrow_external_error ``` They typically expect a `impl From<..>` conversion trait **Describe the solution you'd like** Once https://github.com/apache/arrow-datafusion/issues/1642 is complete, we can remove DataFusionError::into_arrow_external_error and just use `?` **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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]
