You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building-spark.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ If you are building PySpark and wish to run the PySpark tests you will need to b
225
225
If you are building PySpark with SBT and wish to run the PySpark tests, you will need to build Spark with Hive support and also build the test components:
226
226
227
227
./build/sbt -Phive clean package
228
-
./build/sbt sql/test:compile
228
+
./build/sbt test:compile
229
229
./python/run-tests
230
230
231
231
The run-tests script also can be limited to a specific Python version or a specific module
0 commit comments