This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/main/sqllogictest-0.27.2
in repository https://gitbox.apache.org/repos/asf/datafusion.git


 discard 61f9e4d386 chore(deps): bump sqllogictest from 0.27.1 to 0.27.2
     add 0ba16fb3fb chore(deps): bump arrow-flight from 54.1.0 to 54.2.0 
(#14786)
     add 8440c6ea50 chore(deps): bump serde_json from 1.0.138 to 1.0.139 
(#14784)
     add 9ff7bb9913 dependabot: group arrow/parquet minor/patch bumps, remove 
limit (#14730)
     add 2b39b845c6 fix: Substrait serializer clippy error: not calling 
truncate (#14723)
     add 310eab006b Map access supports constant-resolvable expressions (#14712)
     add 28c97fcf3d Fix build after logical conflict (#14791)
     add 82ed8e0d61 Fix CI job test-datafusion-pyarrow (#14790)
     add 139b5b5672 Use `doc_auto_cfg`, logo and favicon for docs.rs (#14746)
     add cca4b60dd3 chore(deps): bump sqllogictest from 0.27.1 to 0.27.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (61f9e4d386)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/sqllogictest-0.27.2 
(cca4b60dd3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                           |  14 ++-
 .github/workflows/rust.yml                       |  11 +--
 Cargo.lock                                       |   8 +-
 Cargo.toml                                       |   2 +-
 datafusion-cli/Cargo.toml                        |   3 +
 datafusion-cli/src/lib.rs                        |   5 +
 datafusion/catalog-listing/Cargo.toml            |   3 +
 datafusion/catalog-listing/src/mod.rs            |   6 ++
 datafusion/catalog/Cargo.toml                    |   3 +
 datafusion/catalog/src/lib.rs                    |   6 ++
 datafusion/common-runtime/Cargo.toml             |   4 +-
 datafusion/common-runtime/src/lib.rs             |   5 +
 datafusion/common/Cargo.toml                     |   4 +-
 datafusion/common/src/lib.rs                     |   5 +
 datafusion/core/Cargo.toml                       |   7 +-
 datafusion/core/src/lib.rs                       |   5 +
 datafusion/datasource/Cargo.toml                 |   3 +
 datafusion/datasource/src/mod.rs                 |   6 ++
 datafusion/doc/Cargo.toml                        |   4 +-
 datafusion/doc/src/lib.rs                        |   6 ++
 datafusion/execution/Cargo.toml                  |   4 +-
 datafusion/execution/src/lib.rs                  |   5 +
 datafusion/expr-common/Cargo.toml                |   6 +-
 datafusion/expr-common/src/lib.rs                |   7 +-
 datafusion/expr/Cargo.toml                       |   4 +-
 datafusion/expr/src/lib.rs                       |   5 +
 datafusion/ffi/Cargo.toml                        |   4 +-
 datafusion/ffi/src/lib.rs                        |   5 +
 datafusion/functions-aggregate-common/Cargo.toml |   6 +-
 datafusion/functions-aggregate-common/src/lib.rs |   5 +
 datafusion/functions-aggregate/Cargo.toml        |   6 +-
 datafusion/functions-aggregate/src/lib.rs        |   5 +
 datafusion/functions-nested/Cargo.toml           |   8 +-
 datafusion/functions-nested/src/lib.rs           |   5 +
 datafusion/functions-nested/src/planner.rs       |  22 ++++-
 datafusion/functions-table/Cargo.toml            |   6 +-
 datafusion/functions-table/src/lib.rs            |   6 ++
 datafusion/functions-window-common/Cargo.toml    |   6 +-
 datafusion/functions-window-common/src/lib.rs    |   6 ++
 datafusion/functions-window/Cargo.toml           |   6 +-
 datafusion/functions-window/src/lib.rs           |   6 ++
 datafusion/functions/Cargo.toml                  |   6 +-
 datafusion/functions/src/core/getfield.rs        | 111 ++++++++++++++---------
 datafusion/functions/src/lib.rs                  |   5 +
 datafusion/macros/Cargo.toml                     |   3 +
 datafusion/macros/src/user_doc.rs                |   6 ++
 datafusion/optimizer/Cargo.toml                  |   4 +-
 datafusion/optimizer/src/lib.rs                  |   5 +
 datafusion/physical-expr-common/Cargo.toml       |   4 +-
 datafusion/physical-expr-common/src/lib.rs       |   5 +
 datafusion/physical-expr/Cargo.toml              |   4 +-
 datafusion/physical-expr/src/lib.rs              |   5 +
 datafusion/physical-optimizer/Cargo.toml         |   3 +
 datafusion/physical-optimizer/src/lib.rs         |   5 +
 datafusion/physical-plan/Cargo.toml              |   4 +-
 datafusion/physical-plan/src/lib.rs              |   6 +-
 datafusion/proto-common/Cargo.toml               |   4 +-
 datafusion/proto-common/src/lib.rs               |   5 +
 datafusion/proto/Cargo.toml                      |   4 +-
 datafusion/proto/src/lib.rs                      |   5 +
 datafusion/sql/Cargo.toml                        |   4 +-
 datafusion/sql/src/lib.rs                        |   5 +
 datafusion/sqllogictest/Cargo.toml               |   4 +-
 datafusion/sqllogictest/src/lib.rs               |   6 ++
 datafusion/sqllogictest/test_files/map.slt       |  62 +++++++++++++
 datafusion/substrait/Cargo.toml                  |   1 +
 datafusion/substrait/src/lib.rs                  |   6 ++
 datafusion/substrait/src/serializer.rs           |  45 ++++++---
 datafusion/substrait/tests/cases/serialize.rs    |  20 ++++
 datafusion/wasmtest/Cargo.toml                   |   3 +
 datafusion/wasmtest/src/lib.rs                   |   6 ++
 71 files changed, 479 insertions(+), 120 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to