Skip to content

Commit

Permalink
Reverted unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhattmanish98 committed Jan 30, 2025
1 parent c92e00a commit fd8957f
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 319 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public class AzureNativeFileSystemStore implements NativeFileSystemStore {

/**
* Configuration key to indicate the set of directories in WASB where
* we should do atomic folder rename synchronized with createNonRecursivePreCheck.
* we should do atomic folder rename synchronized with createNonRecursive.
*/
public static final String KEY_ATOMIC_RENAME_DIRECTORIES =
"fs.azure.atomic.rename.dir";
Expand All @@ -254,7 +254,7 @@ public class AzureNativeFileSystemStore implements NativeFileSystemStore {

/**
* The set of directories where we should apply atomic folder rename
* synchronized with createNonRecursivePreCheck.
* synchronized with createNonRecursive.
*/
private Set<String> atomicRenameDirs;

Expand Down Expand Up @@ -1237,7 +1237,7 @@ public boolean isBlockBlobWithCompactionKey(String key) {

/**
* Checks if the given key in Azure storage should have synchronized
* atomic folder rename createNonRecursivePreCheck implemented.
* atomic folder rename createNonRecursive implemented.
*/
@Override
public boolean isAtomicRenameKey(String key) {
Expand Down
Loading

0 comments on commit fd8957f

Please sign in to comment.