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/05/23 14:09:26 UTC

[arrow-datafusion] branch main updated (5a696ddc4d -> a8246bfb72)

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 5a696ddc4d Do not run avro sqllogictests tests unless the avro feature is enabled (#6429)
     add a8246bfb72 chore(deps): update sqlparser requirement from 0.33 to 0.34 (#6416)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock                          | 20 +++++------
 datafusion/common/Cargo.toml                       |  2 +-
 datafusion/core/Cargo.toml                         |  2 +-
 .../tests/sqllogictests/test_files/groupby.slt     |  2 +-
 .../core/tests/sqllogictests/test_files/union.slt  |  2 +-
 datafusion/expr/Cargo.toml                         |  2 +-
 datafusion/expr/src/window_frame.rs                |  4 +--
 datafusion/sql/Cargo.toml                          |  2 +-
 datafusion/sql/src/expr/function.rs                | 16 +++++++--
 datafusion/sql/src/expr/mod.rs                     | 24 ++++++++++---
 datafusion/sql/src/select.rs                       | 15 ++++++--
 datafusion/sql/src/statement.rs                    | 41 +++++++++++++++++-----
 12 files changed, 96 insertions(+), 36 deletions(-)