timsaucer commented on PR #18061: URL: https://github.com/apache/datafusion/pull/18061#issuecomment-3406351438
@milenkovicm This is a massive refactor, but the branch pushed up *does* have `datafusion` removed as a dependency of `proto`. I think it can be broken into 3 PRs in the following order - Moving `ListingTable` from core to `datafusion-catalog-listing` - Moving `ArrowSource` and file format, etc into a new crate `datafusion-datasource-arrow` similar to csv, json, etc. - Everything else Now you can see the dependency list for proto does pull from many other crates *but* core is no longer one of them. -- 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]
