From da439ff63d2d19a71cc8a4cad3b65087da2ba23e Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 9 May 2025 08:58:18 -0700 Subject: [PATCH] [SPARK-52058] Update `README.md` and integration test with Apache Spark 4.0.0 RC5 --- .github/workflows/build_and_test.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ff007cb..384f796 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -96,7 +96,7 @@ jobs: swift-version: "6.1" - name: Test run: | - curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/spark-4.0.0-bin-hadoop3.tgz + curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc5-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 @@ -115,7 +115,7 @@ jobs: swift-version: "6.1" - name: Test run: | - curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/spark-4.0.0-bin-hadoop3.tgz + curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc5-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/README.md b/README.md index e290dd0..eaf7148 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ 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 RC4 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 RC5 release and [Apache Arrow](https://arrow.apache.org) project's Swift-support. ## Requirement -- [Apache Spark 4.0.0 RC4 (April 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/) +- [Apache Spark 4.0.0 RC5 (April 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc5-bin/) - [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org) - [gRPC Swift 2.1 (March 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.1.2) - [gRPC Swift Protobuf 1.2 (April 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0) @@ -183,7 +183,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-rc4-docs/_site/sql-pipe-syntax.html). +Apache Spark 4 supports [SQL Pipe Syntax](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc5-docs/_site/sql-pipe-syntax.html). ``` $ swift run