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 2022/02/15 21:26:47 UTC

[arrow-datafusion] branch master updated (7a2cbd5 -> 217fa99)

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-datafusion.git.


    from 7a2cbd5  Make ballista support an optional feature to datafusion-cli (#1816)
     add 217fa99  Add parquet SQL benchmarks (#1738)

No new revisions were added by this update.

Summary of changes:
 datafusion/Cargo.toml                    |   4 +
 datafusion/benches/parquet_query_sql.rs  | 237 +++++++++++++++++++++++++++++++
 datafusion/benches/parquet_query_sql.sql |  32 +++++
 dev/release/rat_exclude_files.txt        |   1 +
 4 files changed, 274 insertions(+)
 create mode 100644 datafusion/benches/parquet_query_sql.rs
 create mode 100644 datafusion/benches/parquet_query_sql.sql