This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/cargo/demo/apps/hudi-table-api/rust/rocksdb-0.25
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
discard 4976418f build(deps): update rocksdb requirement
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 32dafb0d build(deps): update rocksdb requirement
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 (4976418f)
\
N -- N -- N
refs/heads/dependabot/cargo/demo/apps/hudi-table-api/rust/rocksdb-0.25
(32dafb0d)
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 | 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