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/02 18:08:21 UTC

[arrow-datafusion] branch main updated (e6af36a540 -> d9d06a4433)

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 e6af36a540 Fix new clippy lint (#6535)
     add d9d06a4433 feat: datafusion-cli support executes sql with escaped characters (#6498)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock    |  10 +--
 datafusion-cli/Cargo.toml    |   2 +-
 datafusion-cli/src/exec.rs   |  26 ++++---
 datafusion-cli/src/helper.rs | 160 ++++++++++++++++++++++++++++++++++++++-----
 4 files changed, 164 insertions(+), 34 deletions(-)