lokiore opened a new pull request, #2494:
URL: https://github.com/apache/phoenix/pull/2494

   ## Summary
   
   Pure-formatting addendum on top of PHOENIX-7562-feature-new produced by `mvn 
spotless:apply -DskipTests -q`. No source-logic changes.
   
   The earlier merges into PHOENIX-7562-feature-new (PHOENIX-7870 / 
PHOENIX-7871 / preceding) inadvertently shipped without `spotless:apply` being 
run pre-PR, so the feature branch is currently failing `spotless:check`. This 
PR brings the branch back in compliance.
   
   ## What changed
   
   7 files (Javadoc rewraps, `<p>` tag placement, line-length-driven argument 
breaks):
   
   - 
`phoenix-core-client/src/main/java/org/apache/phoenix/exception/MutationBlockedIOException.java`
   - 
`phoenix-core-client/src/main/java/org/apache/phoenix/exception/StaleClusterRoleRecordException.java`
   - 
`phoenix-core-client/src/main/java/org/apache/phoenix/schema/MetaDataClient.java`
   - 
`phoenix-core-client/src/main/java/org/apache/phoenix/util/GetClusterRoleRecordUtil.java`
   - 
`phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexRegionObserverMutationBlockingIT.java`
   - 
`phoenix-core/src/test/java/org/apache/phoenix/exception/HaFailoverExceptionInheritanceTest.java`
   - 
`phoenix-core/src/test/java/org/apache/phoenix/util/GetClusterRoleRecordUtilTest.java`
   
   Diff stat: 102 insertions(+), 107 deletions(-). `git diff -w` shows zero 
non-whitespace delta.
   
   ## Test plan
   
   - [x] `mvn spotless:apply -DskipTests -q` produced the diff (deterministic)
   - [x] `mvn spotless:check -DskipTests -q` PASSES on the resulting tree
   - [x] `mvn -pl phoenix-core-client -am compile` PASS
   - [x] `mvn -pl phoenix-core-client -am test-compile` PASS
   - [x] `mvn -pl phoenix-core -am test-compile` PASS (for the IT module that 
owns one of the modified files)
   - [x] `mvn -pl phoenix-core-client -am test 
-Dtest=GetClusterRoleRecordUtilTest` PASS
   - [ ] CI: spotless gate green on this PR
   
   ## AI disclosure
   
   Part of this work was produced with the assistance of Claude Code (Opus 
4.7), an AI coding assistant. A human contributor reviewed all changes before 
committing and is responsible for the result. Per the ASF generative-tooling 
policy, the commit also carries a `Generated-by: Claude Code (Opus 4.7)` 
trailer.
   
   ## Backwards compatibility
   
   No behavioral change — formatting only.
   
   ## Migration notes
   
   None.


-- 
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]

Reply via email to