Skip to content

Commit

Permalink
build: bump spark version to 3.4.3 (#292)
Browse files Browse the repository at this point in the history
* build: bump spark version to 3.4.3

* add 3.4.4 diff

* fix 3.4.3.diff

---------

Co-authored-by: Huaxin Gao <huaxin.gao@apple.com>
  • Loading branch information
huaxingao and Huaxin Gao authored May 29, 2024
1 parent fd90a28 commit 8f8a0d9
Show file tree
Hide file tree
Showing 4 changed files with 2,568 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-spark-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ inputs:
required: true
default: '3.4'
spark-version:
description: 'The Apache Spark version (e.g., 3.4.2) to build'
description: 'The Apache Spark version (e.g., 3.4.3) to build'
required: true
default: '3.4.2'
default: '3.4.3'
comet-version:
description: 'The Comet version to use for Spark'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spark_sql_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java-version: [11]
spark-version: [{short: '3.4', full: '3.4.2'}]
spark-version: [{short: '3.4', full: '3.4.3'}]
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}
Expand Down
Loading

0 comments on commit 8f8a0d9

Please sign in to comment.