This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 18e03d9f4 Publish built docs triggered by 
4ed00cf85d69fe0222d85582dbee546b781c0ad5
18e03d9f4 is described below

commit 18e03d9f439474ba3960e7d828bca353e9454fa1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 22:04:58 2025 +0000

    Publish built docs triggered by 4ed00cf85d69fe0222d85582dbee546b781c0ad5
---
 _sources/contributor-guide/spark-sql-tests.md.txt | 4 ++--
 contributor-guide/spark-sql-tests.html            | 4 ++--
 searchindex.js                                    | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_sources/contributor-guide/spark-sql-tests.md.txt 
b/_sources/contributor-guide/spark-sql-tests.md.txt
index cb88d2f43..de0584b6e 100644
--- a/_sources/contributor-guide/spark-sql-tests.md.txt
+++ b/_sources/contributor-guide/spark-sql-tests.md.txt
@@ -44,10 +44,10 @@ PROFILES="-Pspark-3.4" make release
 
 Clone Apache Spark locally and apply the diff file from Comet.
 
+Note: this is a shallow clone of a tagged Spark commit and is not suitable for 
general Spark development.
 ```shell
-git clone [email protected]:apache/spark.git apache-spark
+git clone -b 'v3.4.3' --single-branch --depth 1 
[email protected]:apache/spark.git apache-spark
 cd apache-spark
-git checkout v3.4.3
 git apply ../datafusion-comet/dev/diffs/3.4.3.diff
 ```
 
diff --git a/contributor-guide/spark-sql-tests.html 
b/contributor-guide/spark-sql-tests.html
index f936c0db3..8441a1f4e 100644
--- a/contributor-guide/spark-sql-tests.html
+++ b/contributor-guide/spark-sql-tests.html
@@ -384,9 +384,9 @@ Comet is enabled when we run the tests.</p>
 <section id="clone-spark-and-apply-diff">
 <h2>2. Clone Spark and Apply Diff<a class="headerlink" 
href="#clone-spark-and-apply-diff" title="Link to this heading">ΒΆ</a></h2>
 <p>Clone Apache Spark locally and apply the diff file from Comet.</p>
-<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span 
class="w"> </span>[email protected]:apache/spark.git<span class="w"> 
</span>apache-spark
+<p>Note: this is a shallow clone of a tagged Spark commit and is not suitable 
for general Spark development.</p>
+<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span 
class="w"> </span>-b<span class="w"> </span><span 
class="s1">&#39;v3.4.3&#39;</span><span class="w"> </span>--single-branch<span 
class="w"> </span>--depth<span class="w"> </span><span class="m">1</span><span 
class="w"> </span>[email protected]:apache/spark.git<span class="w"> 
</span>apache-spark
 <span class="nb">cd</span><span class="w"> </span>apache-spark
-git<span class="w"> </span>checkout<span class="w"> </span>v3.4.3
 git<span class="w"> </span>apply<span class="w"> 
</span>../datafusion-comet/dev/diffs/3.4.3.diff
 </pre></div>
 </div>
diff --git a/searchindex.js b/searchindex.js
index 4e6e7ef19..5115117f7 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2. 
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark 
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]], 
"API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding 
Spark-side Tests for the New Expression": [[0, 
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": 
[[0,  [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2. 
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark 
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]], 
"API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding 
Spark-side Tests for the New Expression": [[0, 
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": 
[[0,  [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to