alamb commented on issue #10782: URL: https://github.com/apache/datafusion/issues/10782#issuecomment-2153430098
> Hm... they probably thrive to have their own readers/writes perhaps other than arrow-rs implementation, that makes sense for me. And yes, if DF stands for extensibility we should make this happen. Not sure how difficult that can be though. We probably need to start with replacing core abstractions with traits instead of implementations to decouple it. Yes something like this -- I think most of the traits already exist (e.g. `CatalogProvider`) but figuring out how to decouple SessionState (which is referred to by `CatalogProvider` is the trickiest bit I think) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
