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

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


 discard 2f57399507 Update object_store requirement from 0.9.1 to 0.10.1
     add 2796e01cf5 Minor: Add examples of using TreeNode with `LogicalPlan` 
(#10687)
     add 77352b2411 Add `ParquetExec::builder()`, deprecate `ParquetExec::new` 
(#10636)
     add 3d00760853 feature: Add a WindowUDFImpl::simplify() API (#9906)
     add 088ad010a6 Chore: clean up udwf example && remove edundant import 
(#10718)
     add c775e4d6ea push down filter to partition listing (#10693)
     add ad2b1dcac8 Make swap_hash_join public API (#10702)
     add 313f47f30c ci: fix clippy error (#10723)
     add 904f0db73c Fix clippy (#10725)
     add 79481839da Remove Eager Trait for Joins (#10721)
     add 100b30e135 Minor: fix signature `fn octect_length()` (#10726)
     add 76f50b0ce9 docs: add documents to substrait type variation consts 
(#10719)
     add 075ed331bc Update rstest requirement from 0.19.0 to 0.20.0 (#10734)
     add 9caafc13a3 Update object_store requirement from 0.9.1 to 0.10.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   (2f57399507)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.10.1 
(9caafc13a3)

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.toml                                         |   2 +-
 .../examples/simplify_udwf_expression.rs           | 130 ++++++++
 datafusion/core/src/dataframe/mod.rs               |   7 +-
 .../core/src/datasource/file_format/parquet.rs     |  22 +-
 datafusion/core/src/datasource/listing/helpers.rs  | 205 +++++++++++-
 .../src/datasource/physical_plan/parquet/mod.rs    | 239 +++++++++++---
 datafusion/core/src/datasource/schema_adapter.rs   |   6 +-
 .../combine_partial_final_agg.rs                   |   8 +-
 .../src/physical_optimizer/enforce_distribution.rs |  16 +-
 .../core/src/physical_optimizer/join_selection.rs  |   4 +-
 .../core/src/physical_optimizer/test_utils.rs      |  16 +-
 datafusion/core/src/test_util/parquet.rs           |  22 +-
 datafusion/core/tests/expr_api/mod.rs              |  17 +
 datafusion/core/tests/parquet/custom_reader.rs     |   6 +-
 datafusion/core/tests/parquet/page_pruning.rs      |  11 +-
 datafusion/core/tests/parquet/schema_coercion.rs   |  16 +-
 datafusion/expr/src/function.rs                    |  13 +
 datafusion/expr/src/logical_plan/builder.rs        |  16 +-
 datafusion/expr/src/logical_plan/plan.rs           | 136 +++++++-
 datafusion/expr/src/udwf.rs                        |  34 +-
 datafusion/functions/src/string/mod.rs             |   4 +-
 .../src/simplify_expressions/expr_simplifier.rs    | 103 +++++-
 .../physical-plan/src/joins/stream_join_utils.rs   | 354 +--------------------
 .../physical-plan/src/joins/symmetric_hash_join.rs | 268 +++++++++++++++-
 datafusion/physical-plan/src/joins/utils.rs        |  28 +-
 datafusion/proto-common/src/to_proto/mod.rs        |   2 -
 datafusion/proto/src/physical_plan/mod.rs          |  11 +-
 .../proto/tests/cases/roundtrip_physical_plan.rs   |  18 +-
 datafusion/substrait/src/logical_plan/consumer.rs  | 162 +++++-----
 datafusion/substrait/src/logical_plan/producer.rs  | 208 ++++++------
 datafusion/substrait/src/physical_plan/consumer.rs |   8 +-
 datafusion/substrait/src/variation_const.rs        |  39 ++-
 .../tests/cases/roundtrip_physical_plan.rs         |   8 +-
 33 files changed, 1398 insertions(+), 741 deletions(-)
 create mode 100644 datafusion-examples/examples/simplify_udwf_expression.rs


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

Reply via email to