alamb opened a new pull request, #5477: URL: https://github.com/apache/arrow-datafusion/pull/5477
# Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/issues/1754 # Rationale for this change I am trying to extract the physical_plan code into its own crate; and to do so I need to remove the circular dependencies between core --> datasource --> execution --> datasource Table factories are used for planning, not for execution, but RuntimeEnv is used for execution (and I am trying to move it into the `datafusion_execution` crate) See more details in https://github.com/apache/arrow-datafusion/issues/1754#issuecomment-1452438453 # What changes are included in this PR? 1. Move table_factories off of RuntimeEnv and directly to SessionState # Are these changes tested? Covered by existing tests (and the test changes illustrate what happened to the API). I believe this will affect Ballista (@avantgardnerio ) and delta-rs (cc @roeap ) # Are there any user-facing changes? Users who are specifying custom TableFactoryProviders have a slightly different API to register 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]
