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/26 20:28:03 UTC

[arrow-datafusion] branch main updated (f24a724543 -> 7d3cae0699)

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 f24a724543 Order Preserving RepartitionExec Implementation (#6742)
     add 7d3cae0699 feat: add `-c option` to pass the SQL query directly as an argument on datafusion-cli (#6765)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock               | 152 ++++++++++++++++++++++++++++++++
 datafusion-cli/Cargo.toml               |   6 ++
 datafusion-cli/src/exec.rs              |  29 +++---
 datafusion-cli/src/main.rs              |  30 +++++--
 datafusion-cli/tests/cli_integration.rs |  52 +++++++++++
 datafusion-cli/tests/data/sql.txt       |   1 +
 dev/release/rat_exclude_files.txt       |   1 +
 7 files changed, 254 insertions(+), 17 deletions(-)
 create mode 100644 datafusion-cli/tests/cli_integration.rs
 create mode 100644 datafusion-cli/tests/data/sql.txt