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


 discard a7ae815a build(deps): bump object_store from 0.12.4 to 0.13.0
     add fcd70567 Update build workflow link (#1330)
     add 474e9e67 fix: use coalesce instead of drop_duplicate_keys for join 
(#1318)
     add 3a4ae6d8 Do not convert pyarrow scalar values to plain python types 
when passing as `lit` (#1319)
     add 1df6db27 fix: Inconsistent schemas when converting to pyarrow (#1315)
     add a9229673 Release 51.0.0 (#1333)
     add 29571a1a build(deps): bump object_store from 0.12.4 to 0.13.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   (a7ae815a)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.13.0 
(29571a1a)

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                                         | 832 ++++++++++-----------
 Cargo.toml                                         |   2 +-
 dev/changelog/51.0.0.md                            |  74 ++
 dev/release/README.md                              |   3 +
 docs/README.md                                     |   4 +-
 docs/source/user-guide/common-operations/joins.rst |   6 +-
 python/datafusion/dataframe.py                     |  16 +-
 python/tests/test_dataframe.py                     |  90 ++-
 python/tests/test_expr.py                          | 116 ++-
 src/dataframe.rs                                   |  45 +-
 src/pyarrow_util.rs                                |   3 +-
 uv.lock                                            |   2 +-
 12 files changed, 724 insertions(+), 469 deletions(-)
 create mode 100644 dev/changelog/51.0.0.md


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

Reply via email to