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 2020/12/27 12:27:30 UTC

[arrow] branch master updated (8965b59 -> a1ac15f)

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

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


    from 8965b59  ARROW-11033 [Rust] Csv writing performance improvements
     add a1ac15f  ARROW-11018: [Rust][DataFusion] Add support for column-level statistics, null count.

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/datasource/datasource.rs       |  8 +++
 rust/datafusion/src/datasource/empty.rs            |  1 +
 rust/datafusion/src/datasource/memory.rs           | 69 +++++++++++++++++++---
 .../src/optimizer/hash_build_probe_order.rs        |  1 +
 rust/datafusion/src/physical_plan/parquet.rs       |  2 +
 5 files changed, 73 insertions(+), 8 deletions(-)