Skip to content

Commit

Permalink
minor, add delta profile to package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lwz9103 authored Dec 17, 2024
1 parent d5bd9f9 commit 85121c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ep/build-clickhouse/src/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function build_gluten_by_spark_version() {
sv=$(echo "$spark_profile" | tr -d '.')
echo "build gluten with spark ${spark_profile}, scala ${scala_version}"

mvn clean install -Pbackends-clickhouse -Pspark-"${spark_profile}" -Pscala-"${scala_version}" -Pceleborn -Piceberg -DskipTests -Dcheckstyle.skip
mvn clean install -Pbackends-clickhouse -Pspark-"${spark_profile}" -Pscala-"${scala_version}" -Pceleborn -Piceberg -Pdelta -DskipTests -Dcheckstyle.skip
cp "${GLUTEN_SOURCE}"/backends-clickhouse/target/gluten-*-spark-"${spark_profile}"-jar-with-dependencies.jar "${PACKAGE_DIR_PATH}"/jars/spark"${sv}"/gluten.jar
cp "${GLUTEN_SOURCE}"/gluten-celeborn/clickhouse/target/gluten-celeborn-clickhouse-"${PROJECT_VERSION}"-jar-with-dependencies.jar "${PACKAGE_DIR_PATH}"/jars/spark"${sv}"
delta_version=$(mvn -q -Dexec.executable="echo" -Dexec.args='${delta.version}' -Pspark-"${spark_profile}" --non-recursive exec:exec)
Expand Down

0 comments on commit 85121c5

Please sign in to comment.