matthewmturner opened a new issue #1540: URL: https://github.com/apache/arrow-datafusion/issues/1540
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) In the context of adding S3 support (https://github.com/datafusion-contrib/datafusion-objectstore-s3/pull/12) I propose changing the signature for the `ObjectStore` and `ObjectReader` trait methods so that they return a generic error instead of datafusion error. This way extensions, such as s3, can implement their own error types and we can have clearer view of what is causing error. **Describe the solution you'd like** A clear and concise description of what you want to happen. The `ObjectStore` and `ObjectReader` trait methods that return a datafusion `Result` or `Error` should be changed to something like `impl Error` (i.e. an error that isnt specific to Datafusion) **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]
