From ca0d58af6db87f63ee99089a8011873f4985b651 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Tue, 13 May 2025 19:30:21 -0700 Subject: [PATCH] [SPARK-52119] Update `README.md` and integration test with Apache Spark 4.0.0 RC6 --- .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 1b0a9ea..20ff462 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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-rc5-bin/spark-4.0.0-bin-hadoop3.tgz + curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-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 @@ -125,7 +125,7 @@ jobs: swift-version: "6.1" - name: Test run: | - curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc5-bin/spark-4.0.0-bin-hadoop3.tgz + curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-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 00cb058..072375f 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 RC5 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 RC6 release and [Apache Arrow](https://arrow.apache.org) project's Swift-support. ## Requirement -- [Apache Spark 4.0.0 RC5 (April 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc5-bin/) +- [Apache Spark 4.0.0 RC6 (May 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc6-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.0) - [gRPC Swift Protobuf 1.2 (April 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0) @@ -180,7 +180,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-rc5-docs/_site/sql-pipe-syntax.html). +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). ``` $ swift run