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

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


 discard 1f85ef2  build(deps): bump mypy from 1.15 to 1.17.1 in /python
     add 7f53e63  chore: bump script should use -dev suffix (#408)
     add bc4006b  build(deps): bump actions/checkout from 4 to 5 (#416)
     add 0975ca6  perf(core): skip decoding out-of-range log blocks and add 
unit test (#420)
     add d5b8e3c  feat: add `get_file_slices_splits_between` API (#411)
     add 3a382fb  feat: expose datafusion custom table provider to python (#412)
     add fe90f88  build(deps): bump mypy from 1.15 to 1.17.1 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   (1f85ef2)
            \
             N -- N -- N   refs/heads/dependabot/pip/python/mypy-1.17.1 
(fe90f88)

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                           |   8 +-
 .github/workflows/code.yml                         |   2 +-
 .github/workflows/pr.yml                           |   2 +-
 .github/workflows/release.yml                      |  10 +-
 Cargo.toml                                         |   1 +
 Makefile                                           |   4 +-
 README.md                                          |  22 ++++
 crates/core/src/file_group/log_file/reader.rs      |  54 +++++++-
 crates/core/src/table/mod.rs                       | 145 +++++++++++++++++----
 crates/core/src/util/collection.rs                 |  58 +++++++++
 python/Cargo.toml                                  |   9 +-
 python/hudi/__init__.py                            |   2 +
 python/hudi/_internal.pyi                          |  15 +++
 python/pyproject.toml                              |   3 +
 python/src/datafusion_internal.rs                  |  68 ++++++++++
 python/src/internal.rs                             |  15 ++-
 python/src/lib.rs                                  |   9 ++
 .../__init__.py => tests/test_datafusion_read.py}  |  30 ++---
 release/bump_version_in_main.sh                    |  27 +++-
 19 files changed, 423 insertions(+), 61 deletions(-)
 create mode 100644 python/src/datafusion_internal.rs
 copy python/{hudi/__init__.py => tests/test_datafusion_read.py} (61%)

Reply via email to