Skip to content

Commit d8e4799

Browse files
committed
re-use existing documentation
1 parent f8c0c99 commit d8e4799

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

AGENTS.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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)

0 commit comments

Comments
 (0)