This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/arrow-select-57.2.0
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
discard bdae3882 build(deps): bump arrow-select from 57.1.0 to 57.2.0
add eaa3f79b Add use_fabric_endpoint parameter to MicrosoftAzure class
(#1357)
add e7f5867f Prepare for DF52 release (#1337)
add b7e2f97c build(deps): bump arrow-select from 57.1.0 to 57.2.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 (bdae3882)
\
N -- N -- N refs/heads/dependabot/cargo/main/arrow-select-57.2.0
(b7e2f97c)
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 | 373 ++---
Cargo.toml | 8 +-
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, 1696 insertions(+), 1611 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]