Apache9 commented on code in PR #7006: URL: https://github.com/apache/hbase/pull/7006#discussion_r2100504636
########## hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupBase.java: ########## @@ -337,7 +337,7 @@ public static void setUpHelper() throws Exception { if (useSecondCluster) { BACKUP_REMOTE_ROOT_DIR = new Path( new Path(TEST_UTIL2.getConfiguration().get("fs.defaultFS")) + BACKUP_REMOTE_ROOT_DIR) - .toString(); + .toString(); Review Comment: This is not intentional but every time we update the version of spotless, there will be some small changes on the formatting result. I guess when updating spotless version, the eclipse formatter version will be updated, which may cause some small style changes. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org