Skip to content

Commit ea7aa31

Browse files
[SPARK][MINOR] Remove unnecessary build command
1 parent b1ec740 commit ea7aa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demo/spark-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This demo shows how to set up a Spark application (namely `spark-shell` and `pys
1212
Build the Spark Connector module.
1313

1414
``` shell
15-
build/sbt '++2.13' clean package publishLocal spark/publishLocal
15+
build/sbt '++2.13' clean package publishLocal
1616
```
1717

1818
!!! note "Scala 2.13"

0 commit comments

Comments
 (0)