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.13.2
in repository https://gitbox.apache.org/repos/asf/datafusion.git


 discard ecc47adc21 chore(deps): bump object_store from 0.13.1 to 0.13.2
     add a9dc1dcac1 chore: fix upgrade guide link for object_store release 
notes (#21283)
     add c473c1852f feat(memory_pool): add `TrackConsumersPool::metrics()` to 
expose cons… (#21147)
     add e74b83ab02 fix: date overflow panic (#21233)
     add 9de1253f2a Update repeat UDF to emit utf8view when input is utf8view 
(#20645)
     add fee90be613 Misc minor optimizations to query optimizer performance 
(#21128)
     add e75ed5b42c feat(sql): unparse array_has as ANY for Postgres (#20654)
     add f3e8291ebd chore(deps): bump the all-other-cargo-deps group across 1 
directory with 7 updates (#21274)
     add 725288e845 chore(deps): bump object_store from 0.13.1 to 0.13.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   (ecc47adc21)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.13.2 
(725288e845)

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                                         | 90 +++++++++-----------
 Cargo.toml                                         |  4 +-
 datafusion/execution/src/memory_pool/pool.rs       | 83 ++++++++++++++++++
 datafusion/expr-common/src/interval_arithmetic.rs  |  2 +
 datafusion/functions/Cargo.toml                    |  2 +-
 datafusion/functions/src/string/repeat.rs          | 98 ++++++++++++++++------
 datafusion/optimizer/src/analyzer/type_coercion.rs |  6 +-
 .../optimizer/src/common_subexpr_eliminate.rs      |  6 +-
 .../optimizer/src/extract_leaf_expressions.rs      | 46 ++++------
 datafusion/optimizer/src/optimize_unions.rs        |  4 +-
 datafusion/optimizer/src/push_down_filter.rs       | 63 +++++++-------
 datafusion/optimizer/src/push_down_limit.rs        |  2 +-
 .../src/simplify_expressions/expr_simplifier.rs    | 53 ++++++------
 datafusion/optimizer/src/utils.rs                  | 46 +++++++++-
 datafusion/sql/src/unparser/dialect.rs             | 23 ++++-
 datafusion/sql/src/unparser/expr.rs                | 20 ++++-
 datafusion/sql/tests/cases/plan_to_sql.rs          | 11 +++
 datafusion/sqllogictest/Cargo.toml                 |  4 +-
 .../test_files/datetime/arith_date_interval.slt    | 12 +++
 .../test_files/string/string_literal.slt           | 24 ++++++
 datafusion/wasmtest/Cargo.toml                     |  2 +-
 docs/source/library-user-guide/upgrading/53.0.0.md |  2 +-
 22 files changed, 416 insertions(+), 187 deletions(-)


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

Reply via email to