From 0f3d14fb0396e66728ef5bbbddca490b3e887a0b Mon Sep 17 00:00:00 2001 From: BaldrVivaldelli Date: Sat, 28 Feb 2026 00:43:38 +0000 Subject: [PATCH] chore: rebase from repo --- site/spark-connect/index.html | 1 + site/third-party-projects.html | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/site/spark-connect/index.html b/site/spark-connect/index.html index 3f5551795f..a76ad4913b 100644 --- a/site/spark-connect/index.html +++ b/site/spark-connect/index.html @@ -250,6 +250,7 @@

Benefits of Spark Connect

  • Spark Connect Rust
  • Spark Connect Swift
  • Spark Connect .NET (third-party project)
  • +
  • Spark Connect Typescript (third-party project)
  • For example, the Apache Spark Connect Client for Golang, spark-connect-go, implements the Spark Connect protocol and does not rely on Java. You can use this Spark Connect Client to develop Spark applications with Go without installing Java or Spark.

    diff --git a/site/third-party-projects.html b/site/third-party-projects.html index 6c6e41cbab..0fc47825c0 100644 --- a/site/third-party-projects.html +++ b/site/third-party-projects.html @@ -263,6 +263,13 @@

    Kotlin

  • Kotlin for Apache Spark
  • + +

    Typescript

    + + +

    Adding new projects

    To add a project, open a pull request against the spark-website repository. Add an entry to this markdown file, then run jekyll build to generate the HTML too. Include both in your pull request. See the README in this repo for more information.