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


##########
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:
   I think leaving it as public in that case is fine. The class is IA.Private 
so that will restrict visibility to internal uses only



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