hgromer commented on code in PR #6370:
URL: https://github.com/apache/hbase/pull/6370#discussion_r1922963743
##########
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackup.java:
##########
@@ -249,4 +377,69 @@ private String takeFullBackup(List<TableName> tables,
BackupAdminImpl backupAdmi
checkSucceeded(backupId);
return backupId;
}
+
+ private static void doBulkload(TableName tn, String regionName, byte[]...
fams)
Review Comment:
I've already reworked this code to use the `HFileTestUtil#createHFile `
class which cleaned up the code quite a bit
--
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]