gabotechs commented on issue #1612: URL: https://github.com/apache/datafusion-python/issues/1612#issuecomment-4810185072
There are a couple of PRs upstream trying to adapt the `QueryPlanner` to something that can be provided from within `datafusion-python`: - https://github.com/apache/datafusion/pull/22340 - https://github.com/apache/datafusion/pull/22151 I'm imagining that this is because the idea is that external systems like `datafusion-distributed` or `ballista` can inject their own `QueryPlanner` implementations from within Python (not 100% sure about this, correct me if I'm wrong). But I'm wondering if it might actually be simpler just handle all that details within this project instead. -- 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]
