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

github-bot pushed a change to branch dependabot/pip/python/mypy-1.15.0
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


 discard d51bc73  build(deps): bump mypy from 1.10.1 to 1.15.0 in /python
     add f73609c  chore(ci): update python test setup and upload nightly wheels 
(#320)
     add 64b7b3b  feat: add table and timeline APIs for retrieving useful info 
(#313)
     add 6c98b09  feat: add blocking APIs for `Table` and `FileGroupReader` 
(#321)
     add b508e38  build(deps): bump ruff from 0.11.2 to 0.11.7 in /python (#327)
     add 0d8985d  build(deps): bump mypy from 1.10.1 to 1.15.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   (d51bc73)
            \
             N -- N -- N   refs/heads/dependabot/pip/python/mypy-1.15.0 
(0d8985d)

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             |  17 +-
 crates/core/src/config/util.rs       |   5 +
 crates/core/src/expr/filter.rs       |  11 +-
 crates/core/src/file_group/mod.rs    |  25 +-
 crates/core/src/file_group/reader.rs |  27 +-
 crates/core/src/table/mod.rs         | 559 +++++++++++++++++++++++------------
 crates/core/src/timeline/instant.rs  |  31 +-
 crates/core/src/timeline/mod.rs      | 171 +++++++++--
 crates/core/src/timeline/selector.rs |  37 +--
 crates/core/src/util/mod.rs          |  39 ---
 crates/datafusion/src/lib.rs         |   3 +-
 demo/table-api-rust/src/main.rs      |   3 +-
 python/hudi/__init__.py              |  10 +-
 python/hudi/_internal.pyi            |  73 +++++
 python/pyproject.toml                |   2 +-
 python/src/internal.rs               | 237 ++++++++++++---
 python/src/lib.rs                    |   4 +-
 17 files changed, 923 insertions(+), 331 deletions(-)

Reply via email to