This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/arrow-parquet-de7956a824
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
discard a7a7f5508 chore(deps): Bump the arrow-parquet group with 2 updates
add ea6004b4f infra: upgrade spark to 3.5.8 (#2045)
add 6270ce4d0 infra: use spark base image for docker (#2043)
add 0e019221e infra: auto update docker image (#2044)
add cb84e8871 chore(deps): Bump the arrow-parquet group with 2 updates
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 (a7a7f5508)
\
N -- N -- N refs/heads/dependabot/cargo/arrow-parquet-de7956a824
(cb84e8871)
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:
.../integration_tests/testdata/docker-compose.yaml | 26 ++++++++
crates/integration_tests/testdata/spark/Dockerfile | 74 ++++++++++++----------
.../integration_tests/testdata/spark/entrypoint.sh | 33 ----------
.../integration_tests/testdata/spark/provision.py | 50 ++++++---------
.../testdata/spark/spark-defaults.conf | 9 +++
crates/test_utils/src/docker.rs | 1 +
6 files changed, 98 insertions(+), 95 deletions(-)
delete mode 100755 crates/integration_tests/testdata/spark/entrypoint.sh