-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow rename() to overwrite, fix an uncaught ex and reenable UT #18263
Merged
alluxio-bot
merged 25 commits into
Alluxio:main
from
voddle:AbstractFileSystem-rename-fix
Nov 10, 2023
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4ef0e4a
fix
voddle ab07012
fix
voddle 63495eb
format
voddle 666297d
comment
voddle c9efeb7
fixing
voddle 3dc587d
fix rename for localunderfile
voddle bace8da
Merge branch 'Alluxio:main' into AbstractFileSystem-rename-fix
voddle 5667813
format
voddle 17aa03a
change exception handle
voddle 4fbd50f
Merge branch 'Alluxio:main' into AbstractFileSystem-rename-fix
voddle 6004707
dmm back
voddle 807b779
dmm back
voddle 75f514d
format
voddle 4b37385
renameInternal to tryMoveIntoDir
voddle 6690708
add log
voddle 6e05476
format
voddle e854492
more log
voddle f196570
address comments.
YichuanSun 54fb543
fix checkstyle
YichuanSun 514408a
throw a exception when getting a FAILED_PRECONDITION.
YichuanSun ce52c36
remove global ignore.
YichuanSun dd9c6d8
ignore a broken test.
YichuanSun 7be32e2
fix checkstyle.
YichuanSun 0c44f7d
add a return when rename failed.
YichuanSun a23df03
remove ignore.
YichuanSun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add overwrite flag and corresponding check to rename method.