ndimiduk commented on code in PR #7006: URL: https://github.com/apache/hbase/pull/7006#discussion_r2100564513
########## 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: I see. That's annoying. Thanks Duo! -- 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