Skip to content

Comments

[BUILD] Add AGENTS.md#7297

Open
Zouxxyy wants to merge 1 commit intoapache:masterfrom
Zouxxyy:dev/test-qoder1
Open

[BUILD] Add AGENTS.md#7297
Zouxxyy wants to merge 1 commit intoapache:masterfrom
Zouxxyy:dev/test-qoder1

Conversation

@Zouxxyy
Copy link
Contributor

@Zouxxyy Zouxxyy commented Feb 20, 2026

Purpose

AI agents are already everywhere; it’s time to start writing AGENTS.md (Partly based on Apache Spark's AGENTS.md).

Tests

On my Mac, have the AI agent change a single line in a file under paimon-api module, then run the test, cost 4.999 s

mvn test -Dcheckstyle.skip -Dspotless.check.skip -Denforcer.skip -DfailIfNoTests=false  \
-pl paimon-spark/paimon-spark-common -am \
-Dtest='CatalogUtilsTest'
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.999 s (Wall Clock)
[INFO] ------------------------------------------------------------------------

Without skip options, cost 15.075 s

mvn test -DfailIfNoTests=false  \
-pl paimon-spark/paimon-spark-common -am \
-Dtest='CatalogUtilsTest'
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.075 s (Wall Clock)
[INFO] ------------------------------------------------------------------------

API and Format

Documentation

Generative AI tooling

Generated-by: Qoder and gpt-5.2

@Zouxxyy Zouxxyy changed the title [BUILD] Add AGENTS.MD [BUILD] Add AGENTS.md Feb 20, 2026
@Zouxxyy Zouxxyy force-pushed the dev/test-qoder1 branch 4 times, most recently from b628db1 to f30c8fa Compare February 21, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant