Skip to content

Commit

Permalink
correcting exception msg
Browse files Browse the repository at this point in the history
  • Loading branch information
manika137 committed Jan 23, 2025
1 parent 00b426f commit e5d0c97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ public AbfsClientRenameResult renamePath(

if(op.getResult().getStorageErrorCode()
.equals(UNAUTHORIZED_BLOB_OVERWRITE.getErrorCode())){
throw new FileAlreadyExistsException("File already exists or request not authorized for blob overwrites.");
throw new FileAlreadyExistsException("File already exists.");
}

// ref: HADOOP-18242. Rename failure occurring due to a rare case of
Expand Down

0 comments on commit e5d0c97

Please sign in to comment.