adriangb commented on PR #21327: URL: https://github.com/apache/datafusion/pull/21327#issuecomment-4180403035
It would be nice to see the path for the morsel APIs to supplant the existing ones in a backward compatible manner. In my previous attempts I made `FileOpener` ~ `Morselizer` (by adding a method along the lines of `FileOpener::plan_file` that defaults to packaging up the entire file as a morsel mixing IO and CPU. That means that we can migrate data sources one by one but immediately remove any legacy `FileStream` code and whatnot. -- 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]
