From fa63b5a94ad1939f7bed66e294c25d248be13eff Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 19 May 2025 07:34:45 -0700 Subject: [PATCH] [SPARK-52220] Update `README.md` and integration test with Apache Spark 4.0.0 RC7 --- .github/workflows/build_and_test.yml | 4 ++-- Examples/spark-sql/README.md | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 927d4d2..a5cb637 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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-rc6-bin/spark-4.0.0-bin-hadoop3.tgz + curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/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 @@ -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-rc6-bin/spark-4.0.0-bin-hadoop3.tgz + curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/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 diff --git a/Examples/spark-sql/README.md b/Examples/spark-sql/README.md index 73bcf95..2440b06 100644 --- a/Examples/spark-sql/README.md +++ b/Examples/spark-sql/README.md @@ -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-rc6-docs/_site/sql-pipe-syntax.html). +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). ``` $ swift run diff --git a/README.md b/README.md index 27309e4..c3ae435 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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. -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. +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. ## Resources @@ -16,7 +16,7 @@ So far, this library project is tracking the upstream changes like the [Apache S ## Requirement -- [Apache Spark 4.0.0 RC6 (May 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-bin/) +- [Apache Spark 4.0.0 RC7 (May 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/) - [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.2 (April 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0)