Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
uses: ./.github/workflows/spark_sql_test_reusable.yml
with:
spark-short: '4.0'
spark-full: '4.0.2'
spark-full: '4.0.4'
java: 17

spark_4_1:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyarrow_udf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# pyspark, so it stays compile-only via the pr_build matrix.)
- name: Spark 4.0
maven_profiles: "-Pspark-4.0 -Pscala-2.13"
pyspark: "4.0.2"
pyspark: "4.0.4"
- name: Spark 4.1
maven_profiles: "-Pspark-4.1"
pyspark: "4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion dev/ci/compute-changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"!spark/src/main/spark-4.2/**",
"!spark/src/main/scala/org/apache/comet/GenerateDocs.scala",
"spark/pom.xml",
"dev/diffs/4.0.2.diff",
"dev/diffs/4.0.4.diff",
"pom.xml",
"rust-toolchain.toml",
".github/workflows/ci.yml",
Expand Down
100 changes: 50 additions & 50 deletions dev/diffs/4.0.2.diff → dev/diffs/4.0.4.diff

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ We recommend moving to JDK 17 or later.

## Spark 4.0

Spark 4.0.2 is supported with Java 17 and Scala 2.13.
Spark 4.0.4 is supported with Java 17 and Scala 2.13.

### Known Limitations

Expand Down
2 changes: 1 addition & 1 deletion docs/source/user-guide/latest/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ We recommend moving to JDK 17 or later and Spark 3.5 or later.
| ------------- | ------------ | ------------- | ----------------- | --------------------- |
| 3.4.3 | 11/17 | 2.12/2.13 | Yes | Yes |
| 3.5.9 | 11/17 | 2.12/2.13 | Yes | Yes |
| 4.0.2 | 17/21 | 2.13 | Yes | Yes |
| 4.0.4 | 17/21 | 2.13 | Yes | Yes |
| 4.1.3 | 17/21 | 2.13 | Yes | Yes |

Note that we do not test the full matrix of supported Java and Scala versions in CI for every Spark version.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ under the License.
<properties>
<scala.version>2.13.16</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<spark.version>4.0.2</spark.version>
<spark.version>4.0.4</spark.version>
<spark.version.short>4.0</spark.version.short>
<parquet.version>1.15.2</parquet.version>
<semanticdb.version>4.13.6</semanticdb.version>
Expand Down
Loading