File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# Apache Spark
22
3- This file provides context and guidelines for AI agents working with the Apache Spark codebase.
3+ This file provides context and guidelines for AI coding assistants working with the Apache Spark codebase.
44
5- ## Build
5+ ## Build and Test
66
7- Prefer SBT via the wrapper script (not Maven):
8- ``` bash
9- ./build/sbt compile
10- ./build/sbt " module/test"
11- ./build/sbt " module/testOnly *TestClassName"
12- ```
7+ Prefer building in sbt over maven:
138
9+ - ** Building Spark** : [ docs/building-spark.md] ( docs/building-spark.md )
10+ - SBT build instructions: See the [ "Building with SBT"] ( docs/building-spark.md#building-with-sbt ) section
11+ - SBT testing: See the [ "Testing with SBT"] ( docs/building-spark.md#testing-with-sbt ) section
12+ - Running individual tests: See the [ "Running Individual Tests"] ( docs/building-spark.md#running-individual-tests ) section
13+
14+ - ** PySpark Testing** : [ python/docs/source/development/testing.rst] ( python/docs/source/development/testing.rst )
You can’t perform that action at this time.
0 commit comments