This is an automated email from the ASF dual-hosted git repository. changchen pushed a commit to branch feature/411 in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
commit acf29cb1bc9c4ea71f6a0de15753e6448d8ac6ce Author: Chang chen <[email protected]> AuthorDate: Fri Jan 16 03:31:10 2026 +0000 [CORE] Upgrade Spark 4.1.0 to 4.1.1 --- .github/workflows/util/install-spark-resources.sh | 2 +- pom.xml | 2 +- tools/gluten-it/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/util/install-spark-resources.sh b/.github/workflows/util/install-spark-resources.sh index d245dbb4ac..c2cd268f72 100755 --- a/.github/workflows/util/install-spark-resources.sh +++ b/.github/workflows/util/install-spark-resources.sh @@ -122,7 +122,7 @@ case "$1" in 4.1) # Spark-4.x, scala 2.12 // using 2.12 as a hack as 4.0 does not have 2.13 suffix cd ${INSTALL_DIR} && \ - install_spark "4.1.0" "3" "2.12" + install_spark "4.1.1" "3" "2.12" ;; *) echo "Spark version is expected to be specified." diff --git a/pom.xml b/pom.xml index 5bd520a462..cb7a036f6d 100644 --- a/pom.xml +++ b/pom.xml @@ -1278,7 +1278,7 @@ <properties> <sparkbundle.version>4.1</sparkbundle.version> <sparkshim.artifactId>spark-sql-columnar-shims-spark41</sparkshim.artifactId> - <spark.version>4.1.0</spark.version> + <spark.version>4.1.1</spark.version> <iceberg.version>1.10.0</iceberg.version> <delta.package.name>delta-spark</delta.package.name> <delta.version>4.0.0</delta.version> diff --git a/tools/gluten-it/pom.xml b/tools/gluten-it/pom.xml index 77e4eab9f6..0020ca9f99 100644 --- a/tools/gluten-it/pom.xml +++ b/tools/gluten-it/pom.xml @@ -330,7 +330,7 @@ <profile> <id>spark-4.1</id> <properties> - <spark.version>4.1.0</spark.version> + <spark.version>4.1.1</spark.version> <scala.version>2.13.17</scala.version> <scala.binary.version>2.13</scala.binary.version> <delta.package.name>delta-spark</delta.package.name> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
