Re: [DISCUSS] Use spotless to auto format pom and java code

2025-07-20 Thread Rahul Kumar
Hi Nihal, Shouldn't we disable checkstyle validation for PR going forward ? I see, for the changes where spotless checks are being applied, it is failing checkstyle validation. Checkstyle validation failure : https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-2238/2/ar

Re: [DISCUSS] Use spotless to auto format pom and java code

2025-07-20 Thread Nihal Jain
Hello everyone, All the changes needed for spotless has been merged in master of apache-phoenix. Going forward build will fail, if any spotless issues are detected, on master. Please ensure to run `mvn spotless:apply` to fix these. For any new PRs: we should run `mvn spotless:apply` before r