wchevreuil commented on code in PR #157:
URL: https://github.com/apache/hbase-connectors/pull/157#discussion_r3552614482


##########
dev-support/jenkins/hbase-personality.sh:
##########
@@ -392,6 +403,10 @@ function spotless_rebuild
     return 0
   fi
 
+  if [[ "${repostatus}" = branch ]]; then
+    return 0
+  fi

Review Comment:
   This is because I had to raise the spotless version to work for all 
different spark/scala/jdk versions.  After that, I was getting issues with 
spotless validations for .flattened-pom, and claude opus suggestions was 
because yetus would try to run spotless on the branch without the exclusion 
configs and fail. This disables this run. We can remove this on subsequent PRs 
once this gets merfed.  



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