This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/master/pyo3-0.17
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
discard 360625bd4 Update pyo3 requirement from 0.16 to 0.17
add aa6a34b4d CREATE VIEW should return empty dataframe (#3237)
add c11f303bc functionality and tests (#3235)
add bdc56ca3d Add bounds check to Column physical expression (#3238)
add 94dacce21 Implement `IS UNKNOWN`/`IS NOT UNKNOWN` operators (#3246)
add 51498ca5e MINOR: documentation updates (#3239)
add bcb660eeb MINOR: stop ignoring TPCH tests that now work (#3253)
add 2de77fb46 functionality and tests (#3252)
add 6c32098a7 chore: update cranelifts to 0.87.0 (#3243)
add d0eb0ed10 Update pyo3 requirement from 0.16 to 0.17
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 (360625bd4)
\
N -- N -- N refs/heads/dependabot/cargo/master/pyo3-0.17
(d0eb0ed10)
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:
benchmarks/Cargo.toml | 4 +-
benchmarks/README.md | 2 +
benchmarks/src/bin/tpch.rs | 25 +--
datafusion-examples/Cargo.toml | 4 +-
datafusion/common/Cargo.toml | 2 +-
datafusion/core/src/datasource/view.rs | 15 ++
datafusion/core/src/execution/context.rs | 6 +-
datafusion/core/tests/sql/expr.rs | 192 +++++++++++++++++++++
datafusion/jit/Cargo.toml | 8 +-
datafusion/physical-expr/src/expressions/column.rs | 65 ++++++-
datafusion/sql/src/planner.rs | 35 ++++
dev/update_datafusion_versions.py | 5 +-
docs/source/user-guide/library.md | 17 +-
docs/source/user-guide/sql/data_types.md | 87 +++++++---
docs/source/user-guide/sql/information_schema.md | 41 ++---
docs/source/user-guide/sql/sql_status.md | 26 +--
16 files changed, 423 insertions(+), 111 deletions(-)