This is an automated email from the ASF dual-hosted git repository.
philo 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 257dbc6bfa [CI] Fix spark352-scala2.13 as Spark home for test (#8938)
257dbc6bfa is described below
commit 257dbc6bfa562a47bfe4f815678194fb795ae116
Author: Yuan <[email protected]>
AuthorDate: Sun Mar 9 13:35:56 2025 +0000
[CI] Fix spark352-scala2.13 as Spark home for test (#8938)
---
.github/workflows/util/install_spark_resources.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/util/install_spark_resources.sh
b/.github/workflows/util/install_spark_resources.sh
index caff27e454..1f873dad64 100755
--- a/.github/workflows/util/install_spark_resources.sh
+++ b/.github/workflows/util/install_spark_resources.sh
@@ -69,8 +69,8 @@ function install_spark() {
fi
tar --strip-components=1 -xf "${local_binary}"
spark-"${spark_version}"-bin-hadoop"${hadoop_version}""${scala_suffix_short}"/jars/
- mkdir -p
${INSTALL_DIR}/shims/spark"${spark_version_short}"/spark_home/assembly/target/scala-"${scala_version}"
- mv jars
${INSTALL_DIR}/shims/spark"${spark_version_short}"/spark_home/assembly/target/scala-"${scala_version}"
+ mkdir -p
${INSTALL_DIR}/shims/spark"${spark_version_short}""${scala_suffix}"/spark_home/assembly/target/scala-"${scala_version}"
+ mv jars
${INSTALL_DIR}/shims/spark"${spark_version_short}""${scala_suffix}"/spark_home/assembly/target/scala-"${scala_version}"
tar --strip-components=1 -xf "${local_source}"
spark-"${spark_version}"/sql/core/src/test/resources/
mkdir -p shims/spark"${spark_version_short}${scala_suffix}"/spark_home/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]