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

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


 discard bebbe97eda chore(deps): update parquet requirement from 53.3.0 to 
54.0.0
     add 6cfd1cf1e0 Support (order by / sort) for DataFrameWriteOptions (#13874)
     add 94f08ff542 Update sort_merge_join.rs (#13894)
     add 901a094d4b Update join_selection.rs (#13893)
     add e99e02b9b9 Fix `recursive-protection` feature flag (#13887)
     add db0f75f7d0 chore(deps): update parquet requirement from 53.3.0 to 
54.0.0

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   (bebbe97eda)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/parquet-54.0.0 
(db0f75f7d0)

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:
 README.md                                          |   2 +-
 datafusion-cli/Cargo.lock                          |   1 +
 datafusion-cli/Cargo.toml                          |   1 +
 datafusion/common/Cargo.toml                       |   3 +-
 datafusion/common/src/tree_node.rs                 |  14 +-
 datafusion/core/Cargo.toml                         |   8 +
 datafusion/core/src/dataframe/mod.rs               | 276 ++++++++++++++++++++-
 datafusion/core/src/dataframe/parquet.rs           |  10 +-
 .../core/src/physical_optimizer/join_selection.rs  |  19 +-
 datafusion/expr/Cargo.toml                         |   3 +-
 datafusion/expr/src/expr_schema.rs                 |   2 +-
 datafusion/expr/src/logical_plan/tree_node.rs      |  12 +-
 datafusion/optimizer/Cargo.toml                    |   3 +-
 datafusion/optimizer/src/analyzer/subquery.rs      |   2 +-
 .../optimizer/src/common_subexpr_eliminate.rs      |   2 +-
 datafusion/optimizer/src/eliminate_cross_join.rs   |   2 +-
 .../optimizer/src/optimize_projections/mod.rs      |   2 +-
 datafusion/physical-optimizer/Cargo.toml           |   3 +-
 .../physical-optimizer/src/aggregate_statistics.rs |   2 +-
 .../physical-plan/src/joins/sort_merge_join.rs     |   3 +-
 datafusion/sql/Cargo.toml                          |   4 +-
 datafusion/sql/src/expr/mod.rs                     |   2 +-
 datafusion/sql/src/lib.rs                          |   1 +
 datafusion/sql/src/query.rs                        |  10 +-
 datafusion/sql/src/set_expr.rs                     |   2 +-
 datafusion/sql/src/stack.rs                        |  63 +++++
 26 files changed, 404 insertions(+), 48 deletions(-)
 create mode 100644 datafusion/sql/src/stack.rs


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

Reply via email to