ndimiduk commented on code in PR #7006:
URL: https://github.com/apache/hbase/pull/7006#discussion_r2100198355
##########
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 understand. My question/concern is more about the change in configuration
that results in this change to source formatting. I'm asking if the
configuration change desirable.
--
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]