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

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


    omit 1f56ec32 build(deps): bump tokio from 1.47.1 to 1.48.0
     add c4e74864 Add PyCapsule Type Support and Type Hint Enhancements for 
AggregateUDF in DataFusion Python Bindings (#1277)
     add 89d89306 feat: reduce duplicate fields on join (#1184)
     add f1b3029d Add function collect_column to dataframe (#1302)
     add f169a6b0 build(deps): bump tokio from 1.47.1 to 1.48.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   (1f56ec32)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/tokio-1.48.0 
(f169a6b0)

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                                         |  1 +
 Cargo.toml                                         |  1 +
 docs/source/user-guide/common-operations/joins.rst | 34 ++++++++++-
 docs/source/user-guide/dataframe/index.rst         |  7 ++-
 python/datafusion/dataframe.py                     | 36 ++++++++----
 python/datafusion/dataframe_formatter.py           |  2 +-
 python/datafusion/user_defined.py                  | 65 ++++++++++++++++++++--
 python/tests/test_dataframe.py                     | 40 ++++++++++---
 python/tests/test_pyclass_frozen.py                |  3 +-
 python/tests/test_sql.py                           |  3 +
 src/dataframe.rs                                   | 62 ++++++++++++++++++++-
 src/udaf.rs                                        | 33 +++++++----
 12 files changed, 243 insertions(+), 44 deletions(-)


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

Reply via email to