You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-51718] Update README.md with Spark 4.0.0 RC3
### What changes were proposed in this pull request?
This PR aims to make `README.md` up-to-date with the following.
- Apache Spark 4.0.0 RC3
- New APIs like `filter`, `cache`, `read`, `write`, `mode`, `orc`
### Why are the changes needed?
To provide more examples.
### Does this PR introduce _any_ user-facing change?
No, this is a documentation-only change.
### How was this patch tested?
Manual review. Also, the newly updated example is testable in the following repository.
- https://github.com/dongjoon-hyun/spark-connect-swift-app
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#41 from dongjoon-hyun/SPARK-51718.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
7
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.
8
8
9
-
So far, this library project is tracking the upstream changes like the [Apache Spark](https://spark.apache.org) 4.0.0 RC2 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 RC3 release and [Apache Arrow](https://arrow.apache.org) project's Swift-support.
0 commit comments