This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/tokio-approx-1.47
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


 discard 4143ac0  build(deps): update tokio requirement from ~1.45 to ~1.47
     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 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 e96a69d  build(deps): update tokio requirement from ~1.45 to ~1.47

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   (4143ac0)
            \
             N -- N -- N   refs/heads/dependabot/cargo/tokio-approx-1.47 
(e96a69d)

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 +-
 Cargo.toml                                         |   2 +-
 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/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 +-
 demo/infra/runner/Dockerfile                       |   9 +-
 python/pyproject.toml                              |   6 +-
 rust-toolchain.toml                                |   2 +-
 28 files changed, 252 insertions(+), 211 deletions(-)
 copy crates/core/tests/data/{leaf_dir/.gitkeep => 
timeline/commits_stub/test.crc} (100%)

Reply via email to