hgromer commented on code in PR #6370:
URL: https://github.com/apache/hbase/pull/6370#discussion_r1893165608
##########
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:
good call, just updated to use the existing functionality, thank you!
--
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]