-
Notifications
You must be signed in to change notification settings - Fork 626
Refactor import s3 state proto so that it can contain not only checksum state, but other info too #16024
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
Refactor import s3 state proto so that it can contain not only checksum state, but other info too #16024
Conversation
…um state, but other info too
🟢 |
@@ -790,7 +790,7 @@ class TDataShard | |||
struct ProcessedBytes : Column<4, NScheme::NTypeIds::Uint64> {}; | |||
struct WrittenBytes : Column<5, NScheme::NTypeIds::Uint64> {}; | |||
struct WrittenRows : Column<6, NScheme::NTypeIds::Uint64> {}; | |||
struct ChecksumState : Column<7, NScheme::NTypeIds::String> { using Type = NKikimrBackup::TChecksumState; }; | |||
struct DownloadState : Column<7, NScheme::NTypeIds::String> { using Type = NKikimrBackup::TS3DownloadState; }; |
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.
Кроме этого всё ок.
⚪ |
⚪ |
Changelog entry
...
Changelog category
Description for reviewers
...