Skip to content

Commit 4ed00cf

Browse files
authored
Use a shallow clone in docs for Spark SQL tests. (#1547)
1 parent f018909 commit 4ed00cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contributor-guide/spark-sql-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ PROFILES="-Pspark-3.4" make release
4444

4545
Clone Apache Spark locally and apply the diff file from Comet.
4646

47+
Note: this is a shallow clone of a tagged Spark commit and is not suitable for general Spark development.
4748
```shell
48-
git clone [email protected]:apache/spark.git apache-spark
49+
git clone -b 'v3.4.3' --single-branch --depth 1 [email protected]:apache/spark.git apache-spark
4950
cd apache-spark
50-
git checkout v3.4.3
5151
git apply ../datafusion-comet/dev/diffs/3.4.3.diff
5252
```
5353

0 commit comments

Comments
 (0)