This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new ab6d80e4d3 Add Lance to third-party projects ab6d80e4d3 is described below commit ab6d80e4d326a3ece4a3d08201c1844d0f849682 Author: Jack Ye <yezhao...@gmail.com> AuthorDate: Wed Jun 4 16:42:25 2025 +0900 Add Lance to third-party projects Add Lance to third-party projects Author: Jack Ye <yezhao...@gmail.com> Closes #605 from jackye1995/lance. --- site/third-party-projects.html | 2 ++ third-party-projects.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/site/third-party-projects.html b/site/third-party-projects.html index b373c114c9..8df97ce7e9 100644 --- a/site/third-party-projects.html +++ b/site/third-party-projects.html @@ -185,6 +185,7 @@ <li><a href="https://github.com/pingcap/tispark">tispark</a> - TiSpark is built for running Apache Spark on top of TiDB/TiKV</li> <li><a href="https://stabrise.com/spark-pdf/">spark-pdf</a> - PDF Datasource for Apache Spark</li> <li><a href="https://github.com/oceanbase/spark-connector-oceanbase">spark-connector-oceanbase</a> - Apache Spark Connectors for OceanBase</li> + <li><a href="https://github.com/lancedb/lance-spark">lance-spark</a> - Apache Spark connector for Lance datasets</li> </ul> <h2 id="open-table-formats">Open table formats</h2> @@ -193,6 +194,7 @@ <li><a href="https://delta.io">Delta Lake</a> - Storage layer that provides ACID transactions and scalable metadata handling for Apache Spark workloads</li> <li><a href="https://github.com/apache/hudi">Hudi</a>: Upserts, Deletes And Incremental Processing on Big Data</li> <li><a href="https://github.com/apache/iceberg">Iceberg</a> - Open table format for analytic datasets</li> + <li><a href="https://github.com/lancedb/lance">Lance</a> - Modern columnar data format for ML and LLMs</li> </ul> <h2>Infrastructure projects</h2> diff --git a/third-party-projects.md b/third-party-projects.md index 2b55996404..3a9519cdd1 100644 --- a/third-party-projects.md +++ b/third-party-projects.md @@ -37,6 +37,7 @@ This page tracks external software projects that supplement Apache Spark and add - [tispark](https://github.com/pingcap/tispark) - TiSpark is built for running Apache Spark on top of TiDB/TiKV - [spark-pdf](https://stabrise.com/spark-pdf/) - PDF Datasource for Apache Spark - [spark-connector-oceanbase](https://github.com/oceanbase/spark-connector-oceanbase) - Apache Spark Connectors for OceanBase +- [lance-spark](https://github.com/lancedb/lance-spark) - Apache Spark connector for Lance datasets ## Open table formats @@ -44,6 +45,7 @@ This page tracks external software projects that supplement Apache Spark and add - <a href="https://delta.io">Delta Lake</a> - Storage layer that provides ACID transactions and scalable metadata handling for Apache Spark workloads - [Hudi](https://github.com/apache/hudi): Upserts, Deletes And Incremental Processing on Big Data - [Iceberg](https://github.com/apache/iceberg) - Open table format for analytic datasets +- [Lance](https://github.com/lancedb/lance) - Modern columnar data format for ML and LLMs <h2>Infrastructure projects</h2> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org