Skip to content

[SPARK-52271] Upgrade Spark to 4.0.0 in CIs and docs #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
swift-version: "6.1"
- name: Test
run: |
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/spark-4.0.0-bin-hadoop3.tgz
curl -LO https://dist.apache.org/repos/dist/release/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz
tar xvfz spark-4.0.0-bin-hadoop3.tgz
mv spark-4.0.0-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
Expand All @@ -106,7 +106,7 @@ jobs:
swift-version: "6.1"
- name: Test
run: |
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/spark-4.0.0-bin-hadoop3.tgz
curl -LO https://dist.apache.org/repos/dist/release/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz
tar xvfz spark-4.0.0-bin-hadoop3.tgz
mv spark-4.0.0-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
Expand Down
2 changes: 1 addition & 1 deletion Examples/spark-sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spark-sql (default)> DROP DATABASE db1 CASCADE;
spark-sql (default)> exit;
```

Apache Spark 4 supports [SQL Pipe Syntax](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-docs/_site/sql-pipe-syntax.html).
Apache Spark 4 supports [SQL Pipe Syntax](https://spark.apache.org/docs/4.0.0/sql-pipe-syntax.html).

```
$ swift run
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ So far, this library project is tracking the upstream changes like the [Apache S

## Requirement

- [Apache Spark 4.0.0 RC7 (May 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/)
- [Apache Spark 4.0.0 RC7 (May 2025)](https://github.com/apache/spark/releases/tag/v4.0.0)
- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
- [gRPC Swift 2.2 (May 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.2.1)
- [gRPC Swift Protobuf 1.3 (May 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.3.0)
Expand Down
Loading