This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/pyo3-0.27
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
discard d1cc66b1 build(deps): update pyo3 requirement from 0.26 to 0.29
add 59e4643a build(deps-dev): bump mypy from 1.20.2 to 2.3.1 in /python
(#615)
add 67640b5d test(core): add hfile compression codec coverage. (#622)
add eb95599c feat(deps): upgrade to arrow 58, DataFusion 54, object_store
0.13, and Lance 11 (#711)
add 0d5f41af build(deps): update pyo3 requirement from 0.28 to 0.29
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 (d1cc66b1)
\
N -- N -- N refs/heads/dependabot/cargo/pyo3-0.27 (0d5f41af)
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:
Cargo.toml | 38 ++++++------
README.md | 2 +-
benchmark/filegroup/src/gen.rs | 2 +-
benchmark/tpch/Cargo.toml | 17 +++++-
benchmark/tpch/src/datagen.rs | 12 ++--
cpp/src/util.rs | 39 +++++++++++++
crates/core/Cargo.toml | 8 +--
crates/core/src/file_group/base_file/lance.rs | 11 ++--
crates/core/src/file_group/base_file/parquet.rs | 1 +
crates/core/src/file_group/reader_v2/engine.rs | 2 +-
crates/core/src/hfile/compression.rs | 70 ++++++++++++++++++++++
crates/core/src/storage/counting.rs | 31 +++++-----
crates/core/src/storage/mod.rs | 2 +-
crates/core/src/storage/reader.rs | 2 +-
crates/core/tests/statistics_tests.rs | 2 +-
crates/datafusion/src/hudi_exec.rs | 35 +++--------
crates/datafusion/src/lib.rs | 7 ---
crates/datafusion/tests/plan_tests.rs | 60 ++++++++++++-------
demo/apps/datafusion/Cargo.toml | 2 +-
demo/apps/hudi-table-api/rust/Cargo.toml | 2 +-
python/pyproject.toml | 6 +-
python/src/datafusion_internal.rs | 32 +++++-----
python/src/internal.rs | 10 ++--
python/tests/test_datafusion_ffi.py | 77 +++++++++++++++++++++++++
24 files changed, 337 insertions(+), 133 deletions(-)
create mode 100644 python/tests/test_datafusion_ffi.py