This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/python/datafusion-50.0.0
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
discard 2c6a7da build(deps): bump datafusion from 46.0.0 to 50.0.0 in /python
add 8b8451a refactor: replace custom `.to::()` with `into()` for
`HudiConfig` conversions (#432)
add 57f17e0 refactor: move .crc filtering logic from table to storage
layer (#458)
add f6e450a build(deps): bump actions/setup-python from 5 to 6 (#444)
add ae11ac0 build(deps): bump actions/setup-node from 4 to 5 (#442)
add 543240a build(deps): bump pytest from 8.4.1 to 8.4.2 in /python (#441)
add b65312d build(deps): fix integration test setup issue with pyarrow
and rust versions (#467)
add 329d993 build(deps): bump astral-sh/setup-uv from 6 to 7 (#465)
add 1ae9108 build(deps): bump coverage from 7.8 to 7.10.7 in /python
(#456)
add 038eca8 build(deps): bump mypy from 1.17.1 to 1.18.2 in /python (#454)
add 7fff64e build(deps): bump datafusion from 46.0.0 to 50.0.0 in /python
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 (2c6a7da)
\
N -- N -- N refs/heads/dependabot/pip/python/datafusion-50.0.0
(7fff64e)
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/ci.yml | 3 +-
.github/workflows/code.yml | 4 +-
.github/workflows/pr.yml | 2 +-
.github/workflows/release.yml | 6 +-
Makefile | 2 +-
crates/core/Cargo.toml | 3 +
crates/core/src/config/mod.rs | 11 --
crates/core/src/config/read.rs | 42 ++-----
crates/core/src/config/table.rs | 27 ++--
crates/core/src/file_group/log_file/reader.rs | 4 +-
crates/core/src/file_group/reader.rs | 16 +--
crates/core/src/file_group/record_batches.rs | 4 +-
crates/core/src/merge/ordering.rs | 4 +-
crates/core/src/merge/record_merger.rs | 17 +--
crates/core/src/schema/resolver.rs | 4 +-
crates/core/src/storage/mod.rs | 19 +++
crates/core/src/table/listing.rs | 12 +-
crates/core/src/table/mod.rs | 136 ++++++++++-----------
crates/core/src/table/partition.rs | 15 +--
crates/core/src/table/validation.rs | 13 +-
crates/core/src/timeline/selector.rs | 2 +-
.../.gitkeep => timeline/commits_stub/test.crc} | 0
crates/datafusion/src/lib.rs | 2 +-
demo/infra/runner/Dockerfile | 9 +-
python/pyproject.toml | 12 +-
rust-toolchain.toml | 2 +-
26 files changed, 171 insertions(+), 200 deletions(-)
copy crates/core/tests/data/{leaf_dir/.gitkeep =>
timeline/commits_stub/test.crc} (100%)