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

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


 discard 7655313e build(deps): bump tokio from 1.46.1 to 1.47.1
     add fd845561 chore: Upgrade datafusion to version 49 (#1200)
     add fa27864a build(deps): bump tokio from 1.46.1 to 1.47.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   (7655313e)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/tokio-1.47.1 
(fa27864a)

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                                 | 194 +++++++++++++++-----------
 Cargo.toml                                 |  10 +-
 examples/datafusion-ffi-example/Cargo.lock | 209 ++++++++++++++++++++---------
 examples/datafusion-ffi-example/Cargo.toml |   4 +-
 python/tests/test_dataframe.py             |  12 +-
 python/tests/test_expr.py                  |   2 +-
 python/tests/test_functions.py             |   3 +-
 src/common/schema.rs                       |   2 +-
 src/dataframe.rs                           |   2 +-
 src/expr.rs                                |   8 +-
 src/expr/copy_to.rs                        |   8 +-
 src/expr/join.rs                           |  10 +-
 src/expr/literal.rs                        |  10 +-
 src/functions.rs                           |   6 +-
 14 files changed, 302 insertions(+), 178 deletions(-)


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

Reply via email to