From eab6f00e99979cba545bc723c65169fb08f28a68 Mon Sep 17 00:00:00 2001 From: "fangbo.0511" Date: Wed, 26 Nov 2025 19:27:57 +0800 Subject: [PATCH 1/3] chore: fix lance-format site url to lance.org --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- docs/mkdocs.yml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 267bd6c..53b2871 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,9 +54,9 @@ The contents in `lance-spark/docs` are for the ease of contributors to edit and After code merge, the contents are added to the [main Lance documentation](https://github.com/lancedb/lance/tree/main/docs) during the Lance doc CI build time, and is presented in the Lance website under -[Apache Spark integration](https://lancedb.github.io/lance/integrations/spark). +[Apache Spark integration](https://lance.org/integrations/spark). -The CONTRIBUTING.md document is auto-built to the [Lance Contributing Guide](https://lancedb.github.io/lance/community/contributing/) +The CONTRIBUTING.md document is auto-built to the [Lance Contributing Guide](https://lance.org/community/contributing/) ## Release Process diff --git a/README.md b/README.md index 6445079..15fb78b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ The Apache Spark Connector for Lance allows Apache Spark to efficiently read dat By using the Apache Spark Connector for Lance, you can leverage Apache Spark's powerful data processing, SQL querying, and machine learning training capabilities on the AI data lake powered by Lance. -For more details, please visit the [documentation website](https://lancedb.github.io/lance/integrations/spark). +For more details, please visit the [documentation website](https://lance.org/integrations/spark). For development setup and contribution guidelines, please see [CONTRIBUTING.md](CONTRIBUTING.md). diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index e83b7a2..00e830a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Spark Lance Connector site_description: The Apache Spark Connector for Lance allows Apache Spark to efficiently read datasets stored in Lance format. -site_url: https://lancedb.github.io/lance-spark/ +site_url: https://lance.org/integrations/spark/ docs_dir: src repo_name: lancedb/lance-spark diff --git a/pom.xml b/pom.xml index 3111fd5..0c8018d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ ${project.artifactId} Lance Spark Connector - https://lancedb.github.io/lance-spark + https://lance.org/integrations/spark From 2f3b1ccea03804920a88ed310bb30716251e020e Mon Sep 17 00:00:00 2001 From: "fangbo.0511" Date: Wed, 26 Nov 2025 19:31:31 +0800 Subject: [PATCH 2/3] chore: fix lance-format site url to lance.org --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 00e830a..a8f545c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -4,7 +4,7 @@ site_url: https://lance.org/integrations/spark/ docs_dir: src repo_name: lancedb/lance-spark -repo_url: https://github.com/lancedb/lance-spark +repo_url: https://github.com/lance-format/lance-spark theme: name: material From 339dc7bfbd202cf0384821b86c651f4d092135ed Mon Sep 17 00:00:00 2001 From: "fangbo.0511" Date: Wed, 26 Nov 2025 19:35:25 +0800 Subject: [PATCH 3/3] chore: fix lance-format site url to lance.org --- CONTRIBUTING.md | 4 ++-- docs/mkdocs.yml | 2 +- docs/src/config.md | 2 +- .../lancedb/lance/spark/write/SparkPositionDeltaWrite.java | 2 +- .../java/com/lancedb/lance/spark/read/LanceScanBuilder.java | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53b2871..043e02b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to Spark Lance Connector -The Spark Lance connector codebase is at [lancedb/lance-spark](https://github.com/lancedb/lance-spark). +The Spark Lance connector codebase is at [lancedb/lance-spark](https://github.com/lance-format/lance-spark). ## Build Commands @@ -52,7 +52,7 @@ make serve-docs The contents in `lance-spark/docs` are for the ease of contributors to edit and preview. After code merge, the contents are added to the -[main Lance documentation](https://github.com/lancedb/lance/tree/main/docs) +[main Lance documentation](https://github.com/lance-format/lance/tree/main/docs) during the Lance doc CI build time, and is presented in the Lance website under [Apache Spark integration](https://lance.org/integrations/spark). diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index a8f545c..54ca092 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -57,7 +57,7 @@ plugins: extra: social: - icon: fontawesome/brands/github - link: https://github.com/lancedb/lance-spark + link: https://github.com/lance-format/lance-spark - icon: fontawesome/brands/discord link: https://discord.gg/zMM32dvNtd - icon: fontawesome/brands/twitter diff --git a/docs/src/config.md b/docs/src/config.md index 26de68e..7e11bf9 100644 --- a/docs/src/config.md +++ b/docs/src/config.md @@ -1,6 +1,6 @@ # Configuration -Spark DSV2 catalog integrates with Lance through [Lance Namespace](https://github.com/lancedb/lance-namespace). +Spark DSV2 catalog integrates with Lance through [Lance Namespace](https://github.com/lance-format/lance-namespace). ## Basic Setup diff --git a/lance-spark-3.5_2.12/src/main/java/com/lancedb/lance/spark/write/SparkPositionDeltaWrite.java b/lance-spark-3.5_2.12/src/main/java/com/lancedb/lance/spark/write/SparkPositionDeltaWrite.java index 924b253..5cabebc 100644 --- a/lance-spark-3.5_2.12/src/main/java/com/lancedb/lance/spark/write/SparkPositionDeltaWrite.java +++ b/lance-spark-3.5_2.12/src/main/java/com/lancedb/lance/spark/write/SparkPositionDeltaWrite.java @@ -158,7 +158,7 @@ public void delete(InternalRow metadata, InternalRow id) throws IOException { } // Get the row index which is low 32 bits of row address. // See - // https://github.com/lancedb/lance/blob/main/rust/lance-core/src/utils/address.rs#L36 + // https://github.com/lance-format/lance/blob/main/rust/lance-core/src/utils/address.rs#L36 v.add(RowAddress.rowIndex(id.getLong(0))); return v; }); diff --git a/lance-spark-base_2.12/src/main/java/com/lancedb/lance/spark/read/LanceScanBuilder.java b/lance-spark-base_2.12/src/main/java/com/lancedb/lance/spark/read/LanceScanBuilder.java index 2c84b06..a78b2d2 100644 --- a/lance-spark-base_2.12/src/main/java/com/lancedb/lance/spark/read/LanceScanBuilder.java +++ b/lance-spark-base_2.12/src/main/java/com/lancedb/lance/spark/read/LanceScanBuilder.java @@ -82,7 +82,7 @@ public Filter[] pushFilters(Filter[] filters) { if (!config.isPushDownFilters()) { return filters; } - // remove the code after fix this issue https://github.com/lancedb/lance/issues/3578 + // remove the code after fix this issue https://github.com/lance-format/lance/issues/3578 boolean hasNestedField = false; for (StructField field : this.schema.fields()) { if (field.dataType() instanceof ArrayType) { diff --git a/pom.xml b/pom.xml index 0c8018d..e383fac 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ GitHub - https://github.com/lancedb/lance-spark/issues + https://github.com/lance-format/lance-spark/issues