This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch dependabot/github_actions/actions/setup-python-7
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
from 051d8773 build(deps): bump actions/setup-python from 6 to 7
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 0bb1554c Merge branch 'main' into
dependabot/github_actions/actions/setup-python-7
No new revisions were added by this update.
Summary of changes:
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 +-
19 files changed, 1904 insertions(+), 76 deletions(-)
create mode 100755 benchmark/tpch/infra/aws/bootstrap.sh
create mode 100755 benchmark/tpch/infra/aws/sync.sh