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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4ed00cf85 Use a shallow clone in docs for Spark SQL tests. (#1547)
4ed00cf85 is described below

commit 4ed00cf85d69fe0222d85582dbee546b781c0ad5
Author: Matt Butrovich <[email protected]>
AuthorDate: Tue Mar 18 18:04:30 2025 -0400

    Use a shallow clone in docs for Spark SQL tests. (#1547)
---
 docs/source/contributor-guide/spark-sql-tests.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/contributor-guide/spark-sql-tests.md 
b/docs/source/contributor-guide/spark-sql-tests.md
index cb88d2f43..de0584b6e 100644
--- a/docs/source/contributor-guide/spark-sql-tests.md
+++ b/docs/source/contributor-guide/spark-sql-tests.md
@@ -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
 ```
 


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

Reply via email to