We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658670d commit de1bae6Copy full SHA for de1bae6
site/content/in-dev/unreleased/getting-started/quickstart.md
@@ -98,10 +98,7 @@ If you want to connect to Polaris with [Apache Spark](https://spark.apache.org/)
98
Then, clone Spark and check out a versioned branch. This guide uses [Spark 3.5](https://spark.apache.org/releases/spark-release-3-5-0.html).
99
100
```shell
101
-cd ~
102
-git clone https://github.com/apache/spark.git
103
-cd ~/spark
104
-git checkout branch-3.5
+git clone --branch branch-3.5 https://github.com/apache/spark.git ~/spark
105
```
106
107
#### Trino
0 commit comments