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

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


    omit 355fccedf1 Update hashbrown requirement from 0.14.5 to 0.15.2
     add 7553b3b5ed Rename `BuiltInWindow*` to `StandardWindow*` (#13536)
     add 172d9317eb test: allow external_access_plan run on windows (#13531)
     add f956d6d20e Remove unused dependencies (#13541)
     add b46e80c6a4 Update tests and resolve TODOs after arrow update (#13538)
     add 1e67364f81 fix: Ignore names of technical inner fields (of List and 
Map types) when comparing datatypes for logical equivalence (#13522)
     add 1b60aa3932 Update hashbrown requirement from 0.14.5 to 0.15.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   (355fccedf1)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/hashbrown-0.15.2 
(1b60aa3932)

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:
 .gitignore                                         |   3 +
 Cargo.toml                                         |   3 -
 datafusion-cli/Cargo.lock                          |  17 --
 datafusion-examples/Cargo.toml                     |   4 -
 datafusion/common/src/dfschema.rs                  | 326 ++++++++++++++++++++-
 datafusion/core/Cargo.toml                         |   8 -
 .../core/tests/parquet/external_access_plan.rs     |  78 ++---
 datafusion/core/tests/parquet/mod.rs               |   2 -
 datafusion/execution/Cargo.toml                    |   1 -
 datafusion/functions-aggregate/Cargo.toml          |   1 -
 datafusion/functions/Cargo.toml                    |   1 -
 datafusion/optimizer/Cargo.toml                    |   3 -
 datafusion/physical-expr-common/Cargo.toml         |   1 -
 datafusion/physical-expr/Cargo.toml                |   4 -
 datafusion/physical-expr/src/window/mod.rs         |  14 +-
 .../src/window/{built_in.rs => standard.rs}        |  26 +-
 ...on_expr.rs => standard_window_function_expr.rs} |   8 +-
 datafusion/physical-optimizer/Cargo.toml           |   2 -
 datafusion/physical-plan/Cargo.toml                |   1 -
 .../src/windows/bounded_window_agg_exec.rs         |   8 +-
 datafusion/physical-plan/src/windows/mod.rs        |  21 +-
 datafusion/proto/src/physical_plan/to_proto.rs     |   8 +-
 .../proto/tests/cases/roundtrip_physical_plan.rs   |   8 +-
 datafusion/sql/Cargo.toml                          |   1 -
 .../test_files/string/dictionary_utf8.slt          |  37 ---
 .../test_files/string/init_data.slt.part           |   2 +-
 .../test_files/string/large_string.slt             |  39 +--
 .../sqllogictest/test_files/string/string.slt      |  46 +--
 .../test_files/string/string_query.slt.part        | 121 +++++++-
 .../sqllogictest/test_files/string/string_view.slt |  16 -
 30 files changed, 532 insertions(+), 278 deletions(-)
 rename datafusion/physical-expr/src/window/{built_in.rs => standard.rs} (93%)
 rename datafusion/physical-expr/src/window/{built_in_window_function_expr.rs 
=> standard_window_function_expr.rs} (92%)


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

Reply via email to