Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-shchetinin committed Jan 20, 2025
1 parent 7f1b57f commit 3f2426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/backup/backup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ void BackupChangefeeds(TDriver driver, const TString& tablePath, const TFsPath&
VerifyStatus(descTopicResult);
const auto& topicDescription = descTopicResult.GetTopicDescription();
auto protoTopicDescription = NYdb::TProtoAccessor::GetProto(topicDescription);
protoTopicDescription.mutable_self()->clear_created_at(); // Unnecessary information
protoTopicDescription.Mutableself()->Clearcreated_at(); // Unnecessary information

WriteProtoToFile(protoChangeFeedDesc, changefeedDirPath, NDump::NFiles::Changefeed());
WriteProtoToFile(protoTopicDescription, changefeedDirPath, NDump::NFiles::Topic());
Expand Down

0 comments on commit 3f2426b

Please sign in to comment.