diff --git a/.github/workflows/spark_sql_test.yml b/.github/workflows/spark_sql_test.yml index 8d60f07692..a752531a50 100644 --- a/.github/workflows/spark_sql_test.yml +++ b/.github/workflows/spark_sql_test.yml @@ -45,7 +45,7 @@ jobs: matrix: os: [ubuntu-24.04] java-version: [11] - spark-version: [{short: '3.4', full: '3.4.3'}, {short: '3.5', full: '3.5.4'}] + spark-version: [{short: '3.4', full: '3.4.3'}, {short: '3.5', full: '3.5.5'}] module: - {name: "catalyst", args1: "catalyst/test", args2: ""} - {name: "sql/core-1", args1: "", args2: sql/testOnly * -- -l org.apache.spark.tags.ExtendedSQLTest -l org.apache.spark.tags.SlowSQLTest} diff --git a/benchmarks/Dockerfile b/benchmarks/Dockerfile index 18727809ec..704c863d20 100644 --- a/benchmarks/Dockerfile +++ b/benchmarks/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/datafusion-comet:0.7.0-spark3.5.4-scala2.12-java11 +FROM apache/datafusion-comet:0.7.0-spark3.5.5-scala2.12-java11 RUN apt update \ && apt install -y git python3 python3-pip \ diff --git a/dev/diffs/3.5.4.diff b/dev/diffs/3.5.5.diff similarity index 98% rename from dev/diffs/3.5.4.diff rename to dev/diffs/3.5.5.diff index dfa762739c..98543912a3 100644 --- a/dev/diffs/3.5.4.diff +++ b/dev/diffs/3.5.5.diff @@ -1,5 +1,5 @@ diff --git a/pom.xml b/pom.xml -index 8dc47f391f9..8a3e72133a8 100644 +index 9b009c3a..8d933af9 100644 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,8 @@ @@ -11,7 +11,7 @@ index 8dc47f391f9..8a3e72133a8 100644