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
discard c90d8c4f build(deps): bump tokio from 1.47.1 to 1.48.0
add 29bcb0f9 Release 50.1 (#1281)
add a93d614a with_column supports SQL expression (#1284)
add d9c90d27 feat: Add SQL expression for `repartition_by_hash` (#1285)
add 694a5d8d feat: Add SQL expression support for `with_columns` (#1286)
add a605b619 Update python minimum version to 3.10 (#1296)
add 8b7f0d95 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 (c90d8c4f)
\
N -- N -- N refs/heads/dependabot/cargo/main/tokio-1.48.0
(8b7f0d95)
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/test.yaml | 2 +-
Cargo.lock | 2 +-
Cargo.toml | 4 +-
dev/changelog/50.1.0.md | 57 ++
pyproject.toml | 16 +-
python/datafusion/dataframe.py | 60 +-
python/datafusion/expr.py | 6 +-
python/tests/test_dataframe.py | 68 +-
python/tests/test_functions.py | 10 +-
python/tests/test_sql.py | 13 +-
uv.lock | 1792 +++++++++++++++++++---------------------
11 files changed, 1035 insertions(+), 995 deletions(-)
create mode 100644 dev/changelog/50.1.0.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]