Skip to content

Commit fa63b5a

Browse files
committed
[SPARK-52220] Update README.md and integration test with Apache Spark 4.0.0 RC7
1 parent 230b82a commit fa63b5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
swift-version: "6.1"
8888
- name: Test
8989
run: |
90-
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-bin/spark-4.0.0-bin-hadoop3.tgz
90+
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/spark-4.0.0-bin-hadoop3.tgz
9191
tar xvfz spark-4.0.0-bin-hadoop3.tgz
9292
mv spark-4.0.0-bin-hadoop3 /tmp/spark
9393
cd /tmp/spark/sbin
@@ -106,7 +106,7 @@ jobs:
106106
swift-version: "6.1"
107107
- name: Test
108108
run: |
109-
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-bin/spark-4.0.0-bin-hadoop3.tgz
109+
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/spark-4.0.0-bin-hadoop3.tgz
110110
tar xvfz spark-4.0.0-bin-hadoop3.tgz
111111
mv spark-4.0.0-bin-hadoop3 /tmp/spark
112112
cd /tmp/spark/sbin

Examples/spark-sql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spark-sql (default)> DROP DATABASE db1 CASCADE;
8585
spark-sql (default)> exit;
8686
```
8787

88-
Apache Spark 4 supports [SQL Pipe Syntax](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-docs/_site/sql-pipe-syntax.html).
88+
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).
8989

9090
```
9191
$ swift run

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This is an experimental Swift library to show how to connect to a remote Apache Spark Connect Server and run SQL statements to manipulate remote data.
88

9-
So far, this library project is tracking the upstream changes like the [Apache Spark](https://spark.apache.org) 4.0.0 RC6 release and [Apache Arrow](https://arrow.apache.org) project's Swift-support.
9+
So far, this library project is tracking the upstream changes like the [Apache Spark](https://spark.apache.org) 4.0.0 RC7 release and [Apache Arrow](https://arrow.apache.org) project's Swift-support.
1010

1111
## Resources
1212

@@ -16,7 +16,7 @@ So far, this library project is tracking the upstream changes like the [Apache S
1616

1717
## Requirement
1818

19-
- [Apache Spark 4.0.0 RC6 (May 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-bin/)
19+
- [Apache Spark 4.0.0 RC7 (May 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/)
2020
- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
2121
- [gRPC Swift 2.2 (May 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.2.1)
2222
- [gRPC Swift Protobuf 1.2 (April 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0)

0 commit comments

Comments
 (0)