bbeaudreault commented on code in PR #4933:
URL: https://github.com/apache/hbase/pull/4933#discussion_r1066073276
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java:
##########
@@ -168,14 +168,14 @@ public BackupInfo() {
backupTableInfoMap = new HashMap<>();
}
- public BackupInfo(String backupId, BackupType type, TableName[] tables,
String targetRootDir) {
+ public BackupInfo(String backupId, BackupType type, TableName[] tables,
String restoreRootDir) {
this();
this.backupId = backupId;
this.type = type;
- this.backupRootDir = targetRootDir;
+ this.backupRootDir = restoreRootDir;
Review Comment:
was this rename correct here?
--
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]