This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/main/pyo3-build-config-0.21.2
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
discard 91cffd5 build(deps): bump pyo3-build-config from 0.20.2 to 0.21.2
add 7366f89 Expose unnest feature (#641)
add 13d34a5 update domain names and paths in asf yaml (#643)
add 88ce6e6 use python 3.11 to publish docs (#645)
add 67d4cfb docs: update docs CI to install python-311 requirements (#661)
add ee93cdd Upgrade Datafusion to v37.1.0 (#669)
add 8dfcd05 build(deps): bump pyo3-build-config from 0.20.2 to 0.21.2
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 (91cffd5)
\
N -- N -- N
refs/heads/dependabot/cargo/main/pyo3-build-config-0.21.2 (8dfcd05)
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:
.asf.yaml | 14 +-
.github/workflows/build.yml | 4 +-
.github/workflows/docs.yaml | 6 +-
.github/workflows/test.yaml | 2 +-
Cargo.lock | 325 ++++++++++++++++++------------
Cargo.toml | 22 +-
datafusion/tests/test_dataframe.py | 34 ++++
datafusion/tests/test_functions.py | 8 +-
src/catalog.rs | 2 +-
src/common/data_type.rs | 20 ++
src/context.rs | 14 +-
src/dataframe.rs | 30 ++-
src/dataset_exec.rs | 49 +++--
src/expr.rs | 7 +
src/expr/{union.rs => unnest.rs} | 46 ++---
src/functions.rs | 397 +++++++++++++++++++++++--------------
src/physical_plan.rs | 2 +-
src/sql/logical.rs | 2 +
src/udf.rs | 4 +-
src/utils.rs | 4 +-
20 files changed, 629 insertions(+), 363 deletions(-)
copy src/expr/{union.rs => unnest.rs} (65%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]