This is an automated email from the ASF dual-hosted git repository.

zhangzc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new b6e7b87399 [GLUTEN-8095][CH] package with iceberg profile (#8106)
b6e7b87399 is described below

commit b6e7b87399d9d27c7165fd2d789de79866014d8f
Author: Wenzheng Liu <[email protected]>
AuthorDate: Fri Nov 29 18:09:56 2024 +0800

    [GLUTEN-8095][CH] package with iceberg profile (#8106)
    
    [CH] package with iceberg profile
---
 ep/build-clickhouse/src/package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ep/build-clickhouse/src/package.sh 
b/ep/build-clickhouse/src/package.sh
index 0d544a983f..2583727b21 100755
--- a/ep/build-clickhouse/src/package.sh
+++ b/ep/build-clickhouse/src/package.sh
@@ -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 -DskipTests -Dcheckstyle.skip
+  mvn clean install -Pbackends-clickhouse -Pspark-"${spark_profile}" 
-Pscala-"${scala_version}" -Pceleborn -Piceberg -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)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to