Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Apache Spark
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, is it better?


This file provides context and guidelines for AI coding assistants working with the Apache Spark codebase.

## Build and Test

Prefer building in sbt over maven:

- **Building Spark**: [docs/building-spark.md](docs/building-spark.md)
- SBT build instructions: See the ["Building with SBT"](docs/building-spark.md#building-with-sbt) section
- SBT testing: See the ["Testing with SBT"](docs/building-spark.md#testing-with-sbt) section
- Running individual tests: See the ["Running Individual Tests"](docs/building-spark.md#running-individual-tests) section

- **PySpark Testing**: [python/docs/source/development/testing.rst](python/docs/source/development/testing.rst)