You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/16 09:42:11 UTC

[arrow-datafusion] branch main updated (af13ac788c -> b7cd7bae91)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from af13ac788c Combine `statistics`, `filter_pushdown` and custom_sources provider tests together into a single test binary (#6683)
     add b7cd7bae91 Move PhysicalPlanner to `physical_planer` module (#6570)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/execution/context.rs                |  4 ++--
 datafusion/core/src/lib.rs                              |  3 ++-
 datafusion/core/src/physical_plan/mod.rs                |  4 ----
 .../{physical_plan/planner.rs => physical_planner.rs}   | 17 +++++++++--------
 datafusion/core/tests/user_defined_plan.rs              |  7 +++----
 5 files changed, 16 insertions(+), 19 deletions(-)
 rename datafusion/core/src/{physical_plan/planner.rs => physical_planner.rs} (99%)