Zouxxyy opened a new pull request, #7297: URL: https://github.com/apache/paimon/pull/7297
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose AI agents are already everywhere; it’s time to start writing `AGENTS.md` (Partly based on Apache Spark). ### Tests On my Mac, have the AI agent change a single line in a file under `paimon-api` module, then run the test: ```bash mvn test -Dcheckstyle.skip -Dspotless.check.skip -Denforcer.skip -DfailIfNoTests=false \ -pl paimon-spark/paimon-spark-common -am \ -Dtest='CatalogUtilsTest' ``` Cost 4.999 s ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.paimon.spark.utils.CatalogUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.apache.paimon.spark.utils.CatalogUtilsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.999 s (Wall Clock) [INFO] Finished at: 2026-02-20T22:58:34+08:00 [INFO] ------------------------------------------------------------------------ ``` ### API and Format <!-- Does this change affect API or storage format --> ### Documentation <!-- Does this change introduce a new feature --> ### Generative AI tooling <!-- If generative AI tooling has been used in the process of authoring this patch, please include the phrase: 'Generated-by: ' followed by the name of the tool and its version. If no, write 'No'. Please refer to the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for details. --> Generated-by: Qoder and gpt-5.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
