hgromer commented on code in PR #7346:
URL: https://github.com/apache/hbase/pull/7346#discussion_r2380329677


##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalTableBackupClient.java:
##########
@@ -242,7 +245,7 @@ private void mergeSplitAndCopyBulkloadedHFiles(List<String> 
files, TableName tn,
     incrementalCopyBulkloadHFiles(tgtFs, tn);
   }
 
-  private void updateFileLists(List<String> activeFiles, List<String> 
archiveFiles)
+  public void updateFileLists(List<String> activeFiles, List<String> 
archiveFiles)

Review Comment:
   Can we get away with making this protected, rather than public?



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