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

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


    omit f3f1f0ce4f chore(deps): update getrandom requirement from 0.2.8 to 
0.3.1
     add 8464f0ae7f chore(deps): bump serde_json from 1.0.137 to 1.0.138 in 
/datafusion-cli (#14351)
     add 50ac43d6d2 chore(deps): bump tempfile from 3.15.0 to 3.16.0 in 
/datafusion-cli (#14350)
     add 2a8b885be8 Update version in `datafusion-cli/Dockerfile` to 1.81 
(#14344)
     add 62000b4e16 perf(array-agg): add fast path for array agg for 
`merge_batch` (#14299)
     add 1da5252c3c moving memory.rs out of datafusion/core (#14332)
     add d18a1d378e refactor: switch `BooleanBufferBuilder` to 
`NullBufferBuilder` in binary_map (#14341)
     add c781c7eea2 chore(deps): update getrandom requirement from 0.2.8 to 
0.3.1

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   (f3f1f0ce4f)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/getrandom-0.3.1 
(c781c7eea2)

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:
 datafusion-cli/Cargo.lock                          | 146 +++++++++++-------
 datafusion-cli/Dockerfile                          |   2 +-
 datafusion/catalog/Cargo.toml                      |   2 +
 datafusion/catalog/src/lib.rs                      |  10 ++
 .../src/catalog_common => catalog/src}/memory.rs   | 157 +------------------
 datafusion/core/Cargo.toml                         |   1 -
 datafusion/core/src/catalog_common/mod.rs          |   6 -
 datafusion/core/src/execution/context/mod.rs       |   4 +-
 datafusion/core/src/execution/session_state.rs     |   4 +-
 .../core/src/execution/session_state_defaults.rs   |   2 +-
 datafusion/core/tests/catalog/memory.rs            | 170 +++++++++++++++++++++
 .../{sql/tests/cases => core/tests/catalog}/mod.rs |   2 +-
 datafusion/core/tests/core_integration.rs          |   2 +
 datafusion/functions-aggregate/src/array_agg.rs    |  79 +++++++++-
 datafusion/physical-expr-common/Cargo.toml         |   1 +
 datafusion/physical-expr-common/src/binary_map.rs  |  16 +-
 datafusion/sqllogictest/Cargo.toml                 |   1 +
 datafusion/sqllogictest/src/test_context.rs        |   4 +-
 18 files changed, 370 insertions(+), 239 deletions(-)
 rename datafusion/{core/src/catalog_common => catalog/src}/memory.rs (51%)
 create mode 100644 datafusion/core/tests/catalog/memory.rs
 copy datafusion/{sql/tests/cases => core/tests/catalog}/mod.rs (97%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to