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/11/18 23:20:11 UTC

[arrow] branch master updated (0e2681f -> 032cd5e)

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 0e2681f  ARROW-10631: [Rust] Fixed error in computing equality of fixed-sized binary.
     add 032cd5e  ARROW-10464: [Rust] [DataFusion] Add utility to convert TPC-H data from tbl to CSV and Parquet

No new revisions were added by this update.

Summary of changes:
 rust/benchmarks/Cargo.toml               |  2 +
 rust/benchmarks/README.md                | 16 +++---
 rust/benchmarks/src/bin/tpch.rs          | 70 +++++++++++++++++++++++---
 rust/datafusion/src/execution/context.rs | 85 ++++++++++++++++++++++++++++++++
 4 files changed, 158 insertions(+), 15 deletions(-)