This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/python/mypy-1.18.2
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
discard fd6af39 build(deps): bump mypy from 1.17.1 to 1.18.2 in /python
add a8419ab feat: support picking up storage options from `HOODIE_ENV_`
env vars (#410)
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 ac36d97 build(deps): bump mypy from 1.17.1 to 1.18.2 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 (fd6af39)
\
N -- N -- N refs/heads/dependabot/pip/python/mypy-1.18.2
(ac36d97)
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/code.yml | 2 +-
.github/workflows/pr.yml | 2 +-
.github/workflows/release.yml | 6 +-
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/builder.rs | 96 +++++++++++++--
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 +-
python/pyproject.toml | 2 +-
22 files changed, 234 insertions(+), 202 deletions(-)
copy crates/core/tests/data/{leaf_dir/.gitkeep =>
timeline/commits_stub/test.crc} (100%)