From 9ed575b8689b48dfbc64be701b3c50d1afcfb46e Mon Sep 17 00:00:00 2001 From: Tim Liu Date: Mon, 21 Mar 2022 15:19:13 +0800 Subject: [PATCH] Aggregate 321db shims Signed-off-by: Tim Liu --- dist/pom.xml | 4 ++-- jenkins/spark-nightly-build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/pom.xml b/dist/pom.xml index 1e0f8b8f2dd..529f9b5558e 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -69,8 +69,8 @@ 330 - 301db, - 312db + 312db, + 321db diff --git a/jenkins/spark-nightly-build.sh b/jenkins/spark-nightly-build.sh index fb959db6e6a..73742bc667c 100755 --- a/jenkins/spark-nightly-build.sh +++ b/jenkins/spark-nightly-build.sh @@ -37,7 +37,7 @@ DIST_POM_FPATH="$DIST_PL/target/extra-resources/META-INF/maven/$ART_GROUP_ID/$AR DIST_PROFILE_OPT=-Dincluded_buildvers=$(IFS=,; echo "${SPARK_SHIM_VERSIONS[*]}") DIST_INCLUDES_DATABRICKS=${DIST_INCLUDES_DATABRICKS:-"true"} if [[ "$DIST_INCLUDES_DATABRICKS" == "true" ]]; then - DIST_PROFILE_OPT="$DIST_PROFILE_OPT,301db,312db" + DIST_PROFILE_OPT="$DIST_PROFILE_OPT,312db,321db" fi # Make sure that the local m2 repo on the build machine has the same pom