You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
I intend to change the distributed planner to work with logical plans rather than physical plans. This means that query stages will use logical plans, and the workers can run those plans on execution engines other than DataFusion.
In apache/datafusion-python#190 we are adding support for running DataFusion logical plans on Polars and Pandas, for example.
I intend to change the distributed planner to work with logical plans rather than physical plans. This means that query stages will use logical plans, and the workers can run those plans on execution engines other than DataFusion.
In apache/datafusion-python#190 we are adding support for running DataFusion logical plans on Polars and Pandas, for example.