cloud-fan opened a new pull request, #55605: URL: https://github.com/apache/spark/pull/55605
## Summary This is a **testing-only** PR. It piggybacks on top of PR #55581 (rebased on latest master) and plants a deliberate `<h3>` heading-out-of-sequence violation in `ColumnarMap.java` to validate that PR #55581's changes (`-Xmaxerrs 999999`, `-Xmaxwarns 999999`, `-verbose`, and the extended diagnostic banner) correctly surface a per-file doclint failure with a clean diagnostic line. Branch contents (rebased from #55581): - `Raise unidoc -Xmaxerrs/-Xmaxwarns and add -verbose to surface real failures` - `Extend unidoc diagnostic banner to surface reference-not-found errors` - `Document the [[Class#method]] member-link convention in AGENTS.md` - `TESTING ONLY: plant <h3> heading violation in ColumnarMap.java` (this PR's only original change) ## Expected CI shape The Documentation generation job should: 1. Fail (doc gen exits non-zero). 2. Print `ColumnarMap.java:LINE: error: heading used out of sequence: <H3>` to the visible log. 3. Print the "Unidoc failed -- diagnostic summary" banner naming `ColumnarMap` (or the equivalent ref-error list). ## Test plan - [ ] Wait for CI Documentation generation job to complete. - [ ] Verify the diagnostic surfaces in the log. - [ ] Close this PR without merging. DO NOT MERGE. This pull request and its description were written by Isaac. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
