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

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

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

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


    from aa82de105a Minor: consolidate repartition test into sql_integration (#6685)
     add af13ac788c Combine `statistics`, `filter_pushdown` and custom_sources provider tests together into a single test binary (#6683)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/custom_sources.rs                               | 3 +++
 .../src/physical_plan => core/tests/custom_sources_cases}/mod.rs      | 4 ++--
 .../core/tests/{ => custom_sources_cases}/provider_filter_pushdown.rs | 0
 datafusion/core/tests/{ => custom_sources_cases}/statistics.rs        | 0
 4 files changed, 5 insertions(+), 2 deletions(-)
 copy datafusion/{substrait/src/physical_plan => core/tests/custom_sources_cases}/mod.rs (94%)
 rename datafusion/core/tests/{ => custom_sources_cases}/provider_filter_pushdown.rs (100%)
 rename datafusion/core/tests/{ => custom_sources_cases}/statistics.rs (100%)