This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch dependabot/pip/python/ruff-0.16.5
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
from 6e6d112e build(deps-dev): bump ruff from 0.15.18 to 0.16.5 in /python
add b86c9be5 feat(benchmark): add AWS EC2 setup for the TPC-H harness
(#718)
add 4e99a136 fix(benchmark): stop the parquet run overwriting the Hudi
benchmark results (#747)
add 3a031458 fix(core): decline base-read pushdown when a predicate reads
a repaired column (#748)
add 593ed83a build(release): bump version to 0.6.0-dev (#749)
add 7d130d81 fix(ci): install a modern protoc for the manylinux wheel
build (#751)
add ddb72748 fix(release): reject an expired signing key in the src
release verification (#753)
add 4325208a fix(ci): publish the release only after every artifact has
built (#755)
add ed3653b4 feat(release): verify the artifacts a release actually
published (#759)
add f83797e0 build(deps): bump actions/setup-python from 6 to 7 (#731)
add ed8146b8 build(deps): update base64 requirement from 0.22 to 0.23
(#744)
add 80ba0db4 build(deps): update serial_test requirement from 3 to 4 (#745)
add bb9e31fd build(deps): bump actions/checkout from 6 to 7 (#733)
add 6091da08 build(deps): bump actions/setup-node from 6 to 7 (#728)
add ebc2b1e8 build(deps): bump apache/skywalking-eyes from 0.8.0 to 0.9.0
(#726)
add 4a4864e7 build(deps): update comfy-table requirement from 7 to 8 (#742)
add daa51eb5 Merge branch 'main' into dependabot/pip/python/ruff-0.16.5
No new revisions were added by this update.
Summary of changes:
.github/scripts/manylinux-build-deps.sh | 111 ++++
.github/workflows/asf-allowlist-check.yml | 2 +-
.github/workflows/ci.yml | 45 +-
.github/workflows/code.yml | 4 +-
.github/workflows/pr.yml | 2 +-
.github/workflows/release.yml | 158 +++---
Cargo.toml | 6 +-
benchmark/tpch/Cargo.toml | 2 +-
benchmark/tpch/README.md | 167 ++++++
benchmark/tpch/infra/aws/bootstrap.sh | 120 ++++
benchmark/tpch/infra/aws/sync.sh | 71 +++
benchmark/tpch/infra/gcp/bootstrap.sh | 6 +-
benchmark/tpch/infra/spark/spark-defaults.conf | 3 +
benchmark/tpch/run.sh | 339 ++++++++++--
benchmark/tpch/src/config.rs | 4 +
benchmark/tpch/src/main.rs | 97 +++-
cpp/CMakeLists.txt | 2 +-
cpp/Cargo.toml | 4 +-
crates/core/src/file_group/reader_v2/engine.rs | 603 ++++++++++++++++++++-
.../src/file_group/reader_v2/reader_context.rs | 30 +
crates/core/src/file_group/reader_v2/resolver.rs | 3 +
crates/core/src/schema/batch_evolution.rs | 480 ++++++++++++++++
crates/core/src/storage/mod.rs | 41 +-
crates/datafusion/Cargo.toml | 2 +-
crates/hudi/Cargo.toml | 4 +-
crates/jvm-ffi/Cargo.toml | 2 +-
release/README.md | 36 +-
release/verify_published_artifacts.sh | 314 +++++++++++
release/verify_src_release.sh | 12 +-
29 files changed, 2515 insertions(+), 155 deletions(-)
create mode 100755 .github/scripts/manylinux-build-deps.sh
create mode 100755 benchmark/tpch/infra/aws/bootstrap.sh
create mode 100755 benchmark/tpch/infra/aws/sync.sh
create mode 100755 release/verify_published_artifacts.sh