This is an automated email from the ASF dual-hosted git repository.
klion26 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
from 059e2ca8e [AMORO-3848][FOLLOWUP] Prompt spark profile in docker build
(#3904)
add c1dfdc40a [AMORO-3918][INFRA] Add dependencies check CI (#3917)
No new revisions were added by this update.
Summary of changes:
.github/workflows/{trino-ci.yml => deps.yml} | 32 +-
dev/dependencies.sh | 82 +++++
dev/deps/dependencies-hadoop-2-spark-3.3 | 436 +++++++++++++++++++++++++++
dev/deps/dependencies-hadoop-3-spark-3.5 | 433 ++++++++++++++++++++++++++
pom.xml | 5 +
5 files changed, 967 insertions(+), 21 deletions(-)
copy .github/workflows/{trino-ci.yml => deps.yml} (51%)
create mode 100755 dev/dependencies.sh
create mode 100644 dev/deps/dependencies-hadoop-2-spark-3.3
create mode 100644 dev/deps/dependencies-hadoop-3-spark-3.5