This is an automated email from the ASF dual-hosted git repository.

anmolnar pushed a commit to branch HBASE-29164
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 7d7cea64f0b1c2406cfd74b4968754b1ed9b02d3
Author: Kevin Geiszler <[email protected]>
AuthorDate: Mon Jul 13 16:58:38 2026 -0400

    Fix '.withOvewrite' typo
    
    Change-Id: I4ec71bde6cb690aa17028421a75f231d2894f6f3
---
 .../apache/hadoop/hbase/backup/IntegrationTestBackupRestoreBase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/backup/IntegrationTestBackupRestoreBase.java
 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/backup/IntegrationTestBackupRestoreBase.java
index abbf08860e4..c4073122004 100644
--- 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/backup/IntegrationTestBackupRestoreBase.java
+++ 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/backup/IntegrationTestBackupRestoreBase.java
@@ -617,7 +617,7 @@ public abstract class IntegrationTestBackupRestoreBase 
extends IntegrationTestBa
     TableName[] fromTables, TableName[] toTables, boolean isOverwrite) {
     RestoreRequest.Builder builder = new RestoreRequest.Builder();
     return 
builder.withBackupRootDir(backupRootDir).withBackupId(backupId).withCheck(check)
-      
.withFromTables(fromTables).withToTables(toTables).withOvewrite(isOverwrite).build();
+      
.withFromTables(fromTables).withToTables(toTables).withOverwrite(isOverwrite).build();
   }
 
   /**

Reply via email to