This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push: new d92d0a7 [SPARK-52048] Add `Swift Web Server` example repository link d92d0a7 is described below commit d92d0a7d841d61f1b3e4fc033d680bc0caa42f62 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Thu May 8 15:28:48 2025 -0700 [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 <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 304dc0a..e290dd0 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,10 @@ SELECT * FROM t +----+ ``` -You can find this example in the following repository. +You can find this command line example and additional `Swift Web Server` example in the following repositories. - <https://github.com/dongjoon-hyun/spark-connect-swift-app> +- <https://github.com/dongjoon-hyun/spark-connect-swift-web> ## How to use `Spark SQL REPL` via `Spark Connect for Swift` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org