This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/tokio-1.44.0
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
discard 37b3d966 build(deps): bump tokio from 1.43.0 to 1.44.0
add 973d7ec4 feat: Implementation of udf and udaf decorator (#1040)
add d72f5605 Enable FA ruff lint (#1052)
add 0002372c Enable take comments to assign issues to users (#1058)
add 9d634de6 Update python min version to 3.9 (#1043)
add e90b9327 build(deps): bump tokio from 1.43.0 to 1.44.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 (37b3d966)
\
N -- N -- N refs/heads/dependabot/cargo/main/tokio-1.44.0
(e90b9327)
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:
.github/workflows/take.yml | 41 ++
Cargo.toml | 2 +-
docs/source/contributor-guide/introduction.rst | 2 +-
examples/ffi-table-provider/Cargo.lock | 75 ++-
examples/ffi-table-provider/Cargo.toml | 2 +-
examples/ffi-table-provider/pyproject.toml | 2 +-
examples/python-udwf.py | 2 +
pyproject.toml | 5 +-
python/datafusion/io.py | 2 +
python/datafusion/udf.py | 257 ++++++---
python/tests/test_udaf.py | 44 ++
python/tests/test_udf.py | 42 +-
python/tests/test_udwf.py | 2 +
uv.lock | 707 +++----------------------
14 files changed, 436 insertions(+), 749 deletions(-)
create mode 100644 .github/workflows/take.yml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]