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

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


    omit 1bdfd0a04e chore(deps): bump petgraph from 0.7.1 to 0.8.1
     add 43ee992566 Remove redundant code in favor of min/max/add (#15659)
     add d2fe308eb1 fix: recursion protection for physical plan node  (#15600)
     add b22e4d2648 Improve performance of `last_value` by implementing special 
`GroupsAccumulator` (#15542)
     add 8a0b21b52b feat: Add tracing regression tests (#15673)
     add 7eb710d5a2 Introduce DynamicFilterSource and DynamicPhysicalExpr 
(#15568)
     add 51cc04691e Public some projected methods in FileScanConfig (#15671)
     add 5872581146 chore(deps): bump petgraph from 0.7.1 to 0.8.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   (1bdfd0a04e)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/petgraph-0.8.1 
(5872581146)

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:
 Cargo.lock                                         |    1 +
 datafusion/core/src/datasource/listing/table.rs    |    3 +-
 datafusion/core/tests/core_integration.rs          |    3 +
 datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs |   26 +
 .../tests/fuzz_cases/aggregation_fuzzer/fuzzer.rs  |    4 +-
 datafusion/core/tests/tracing/asserting_tracer.rs  |  142 +
 datafusion/core/tests/tracing/mod.rs               |  108 +
 .../core/tests/tracing/traceable_object_store.rs   |  125 +
 datafusion/datasource/src/file_scan_config.rs      |    6 +-
 datafusion/datasource/src/mod.rs                   |    2 +
 datafusion/datasource/src/statistics.rs            |   96 +-
 datafusion/functions-aggregate/src/first_last.rs   |  231 +-
 .../physical-expr-common/src/physical_expr.rs      |   77 +
 datafusion/physical-expr/Cargo.toml                |    1 +
 .../src/expressions/dynamic_filters.rs             |  474 +++
 datafusion/physical-expr/src/expressions/mod.rs    |    1 +
 datafusion/physical-expr/src/lib.rs                |    2 +-
 datafusion/physical-expr/src/utils/mod.rs          |   25 +
 datafusion/physical-optimizer/src/pruning.rs       |    4 +
 datafusion/proto/Cargo.toml                        |    1 -
 datafusion/proto/src/physical_plan/mod.rs          | 4191 +++++++++++---------
 datafusion/proto/src/physical_plan/to_proto.rs     |    6 +-
 .../proto/tests/cases/roundtrip_physical_plan.rs   |   44 +
 datafusion/sqllogictest/test_files/group_by.slt    |   27 +-
 24 files changed, 3690 insertions(+), 1910 deletions(-)
 create mode 100644 datafusion/core/tests/tracing/asserting_tracer.rs
 create mode 100644 datafusion/core/tests/tracing/mod.rs
 create mode 100644 datafusion/core/tests/tracing/traceable_object_store.rs
 create mode 100644 datafusion/physical-expr/src/expressions/dynamic_filters.rs


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

Reply via email to