-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Enhancement] replace table options to keep original dropped table in recycle bin #43538
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
99e901b
to
f7389c5
Compare
run buildall |
Please add document in doris-website. |
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.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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.
LGTM
… recycle bin (#43538) Replace table options to keep original dropped table in recycle bin Yes. older version will directly drop the original table when swap=false. After this PR, it will be kept in recycle bin. user can use Force option in replace table to directly drop table without keeping in recycle bin.
… recycle bin (#1323) [#43537](apache/doris#43537) apache/doris#43538 # Versions - [ ] dev // dev version - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese // need update - [ ] English // updated
What problem does this PR solve?
Issue Number: close #43537
Related PR: #xxx
Problem Summary:
Release note
Replace table options to keep original dropped table in recycle bin
Check List (For Author)
Test
Behavior changed:
Yes. older version will directly drop the original table when swap=false. After this PR, it will be kept in recycle bin.
user can use Force option in replace table to directly drop table without keeping in recycle bin.
Does this need documentation?
Check List (For Reviewer who merge this PR)