-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
backupccl: remove index/bytes columns from backup/restore return stmt #134516
Merged
craig
merged 1 commit into
cockroachdb:master
from
kev-cao:backupccl/remove-columns-backup-restore
Dec 18, 2024
Merged
backupccl: remove index/bytes columns from backup/restore return stmt #134516
craig
merged 1 commit into
cockroachdb:master
from
kev-cao:backupccl/remove-columns-backup-restore
Dec 18, 2024
Conversation
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
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
kev-cao
force-pushed
the
backupccl/remove-columns-backup-restore
branch
from
November 7, 2024 18:25
2ca481e
to
1458584
Compare
kev-cao
requested review from
kyle-a-wong and
mgartner
and removed request for
a team
November 7, 2024 18:25
kev-cao
force-pushed
the
backupccl/remove-columns-backup-restore
branch
2 times, most recently
from
December 11, 2024 22:20
f324a46
to
c3441b0
Compare
This removes the index entries and bytes columns from the return result of a backup and restore. This columns do not inform the user of anything useful and only serve to mislead them. Fixes: cockroachdb#133053 Epic: None Release note (backward-incompatible change): Backup/restore statements no longer return index entries and bytes backed up/restored.
kev-cao
force-pushed
the
backupccl/remove-columns-backup-restore
branch
from
December 11, 2024 22:49
c3441b0
to
03e2409
Compare
kev-cao
commented
Dec 12, 2024
msbutler
approved these changes
Dec 12, 2024
kev-cao
force-pushed
the
backupccl/remove-columns-backup-restore
branch
from
December 12, 2024 16:31
03e2409
to
81922c1
Compare
kev-cao
requested review from
golgeek and
csgourav
and removed request for
a team
December 12, 2024 18:39
kev-cao
force-pushed
the
backupccl/remove-columns-backup-restore
branch
from
December 12, 2024 19:35
7c6fe60
to
9b67da0
Compare
msbutler
approved these changes
Dec 12, 2024
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.
i'd update the commit message to include import's change too
kev-cao
force-pushed
the
backupccl/remove-columns-backup-restore
branch
2 times, most recently
from
December 17, 2024 21:48
4909eac
to
03e2409
Compare
TFTR! bors r=msbutler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This removes the index entries and bytes columns from the return result of a backup/restore/import. This columns do not inform the user of anything useful and only serve to mislead them.
Fixes: #133053
Epic: None
Release note (backward-incompatible change): Backup/restore/import statements no longer return index entries and bytes backed up/restored.