This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/datafusion-52.1.0
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
omit c56f391e build(deps): bump datafusion from 51.0.0 to 52.1.0
add eaa3f79b Add use_fabric_endpoint parameter to MicrosoftAzure class
(#1357)
add e7f5867f Prepare for DF52 release (#1337)
new 1988b1d6 build(deps): bump datafusion from 51.0.0 to 52.1.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 (c56f391e)
\
N -- N -- N refs/heads/dependabot/cargo/main/datafusion-52.1.0
(1988b1d6)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Cargo.lock | 1172 +++-------------
Cargo.toml | 6 +-
README.md | 2 +-
benchmarks/tpch/tpch.py | 6 +-
docs/source/contributor-guide/ffi.rst | 2 +
docs/source/index.rst | 1 +
docs/source/user-guide/upgrade-guides.rst | 96 ++
examples/datafusion-ffi-example/Cargo.lock | 1453 ++++++--------------
examples/datafusion-ffi-example/Cargo.toml | 15 +-
.../python/tests/_test_catalog_provider.py | 116 +-
.../python/tests/_test_schema_provider.py | 232 ++++
.../python/tests/_test_table_function.py | 3 +-
.../python/tests/_test_table_provider.py | 7 +-
.../datafusion-ffi-example/src/aggregate_udf.rs | 21 +-
.../datafusion-ffi-example/src/catalog_provider.rs | 89 +-
examples/datafusion-ffi-example/src/lib.rs | 7 +-
examples/datafusion-ffi-example/src/scalar_udf.rs | 11 +-
.../datafusion-ffi-example/src/table_function.rs | 19 +-
.../datafusion-ffi-example/src/table_provider.rs | 19 +-
examples/datafusion-ffi-example/src/utils.rs | 41 +
examples/datafusion-ffi-example/src/window_udf.rs | 19 +-
examples/tpch/_tests.py | 4 +-
python/datafusion/catalog.py | 22 +-
python/datafusion/context.py | 20 +-
python/datafusion/user_defined.py | 7 +-
python/tests/test_dataframe.py | 5 +-
python/tests/test_udtf.py | 119 ++
src/catalog.rs | 176 +--
src/context.rs | 153 ++-
src/dataframe.rs | 12 +-
src/expr.rs | 4 +-
src/expr/scalar_variable.rs | 12 +-
src/expr/statement.rs | 48 +-
src/sql/logical.rs | 6 +-
src/store.rs | 7 +-
src/table.rs | 16 +-
src/udaf.rs | 8 +-
src/udf.rs | 8 +-
src/udtf.rs | 38 +-
src/udwf.rs | 29 +-
src/utils.rs | 73 +-
41 files changed, 1779 insertions(+), 2325 deletions(-)
create mode 100644 docs/source/user-guide/upgrade-guides.rst
create mode 100644
examples/datafusion-ffi-example/python/tests/_test_schema_provider.py
create mode 100644 examples/datafusion-ffi-example/src/utils.rs
create mode 100644 python/tests/test_udtf.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]