Skip to content

Commit d92d0a7

Browse files
committed
[SPARK-52048] Add Swift Web Server example repository link
### What changes were proposed in this pull request? This PR aims to add `Swift Web Server` example repository link. - https://github.com/dongjoon-hyun/spark-connect-swift-web ``` $ curl http://127.0.0.1:8080/hello Connected to Apache Spark 4.0.0 Server% ``` ### Why are the changes needed? To provide more examples. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #116 from dongjoon-hyun/SPARK-52048. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent c4f254b commit d92d0a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ SELECT * FROM t
108108
+----+
109109
```
110110
111-
You can find this example in the following repository.
111+
You can find this command line example and additional `Swift Web Server` example in the following repositories.
112112
113113
- <https://github.com/dongjoon-hyun/spark-connect-swift-app>
114+
- <https://github.com/dongjoon-hyun/spark-connect-swift-web>
114115
115116
## How to use `Spark SQL REPL` via `Spark Connect for Swift`
116117

0 commit comments

Comments
 (0)