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

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


 discard ed70378  build(deps): bump tokio from 1.39.2 to 1.39.3
     add 805183b  feat: enable list of paths for read_csv (#824)
     add 3b5085e  Upgrade deps to datafusion 41 (#802)
     add fd11527  build(deps): bump tokio from 1.39.2 to 1.39.3

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   (ed70378)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/tokio-1.39.3 
(fd11527)

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                                | 108 ++++++++++++++++++++----------
 Cargo.toml                                |  15 ++---
 python/datafusion/context.py              |   7 +-
 python/datafusion/tests/test_context.py   |  16 +++++
 python/datafusion/tests/test_functions.py |   6 +-
 src/catalog.rs                            |   2 +-
 src/common/data_type.rs                   |  17 ++---
 src/context.rs                            |  26 +++----
 src/dataset.rs                            |   4 +-
 src/expr/aggregate.rs                     |  10 ++-
 src/expr/aggregate_expr.rs                |   4 +-
 src/functions.rs                          |  44 ++++++------
 12 files changed, 154 insertions(+), 105 deletions(-)


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

Reply via email to