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/07 10:22:36 UTC

[arrow-datafusion] branch main updated (12b88ea9b3 -> ce76f1b6c5)

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 12b88ea9b3 refactor: remove type_coercion in PhysicalExpr. (#6575)
     add ce76f1b6c5 Minor: remove tokio_stream dependency (#6565)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock                            |  1 -
 datafusion/core/Cargo.toml                           |  1 -
 .../src/physical_plan/sorts/sort_preserving_merge.rs |  3 +--
 datafusion/core/src/physical_plan/stream.rs          | 20 ++++++++++++++------
 datafusion/core/tests/parquet/page_pruning.rs        |  2 +-
 5 files changed, 16 insertions(+), 11 deletions(-)