Entry point for AI coding agents and contributors making code changes.
Read CONTRIBUTING.md before making changes. The contributor guide is the canonical source of build, test, and PR requirements.
At minimum, run formatting and the smallest relevant test coverage for your changes.
# check formatting ./dev/reformat --check
Use the commands in CONTRIBUTING.md for test selection. Common examples:
# run all tests ./auron-build.sh --pre --sparkver 3.5 --scalaver 2.12 --skiptests false # run Spark unit tests ./auron-build.sh --pre --sparkver 3.5 --scalaver 2.12 --sparktests true # run Rust tests cargo test
When opening a pull request, fill out every section of the PR template.
In the PR template section Was this patch authored or co-authored using generative AI tooling?:
Generated-by: <tool name and version>No