-
Notifications
You must be signed in to change notification settings - Fork 567
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
Copy table with sequences and backup without NextVal #2285
Conversation
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪ |
⚪ |
⚪
|
⚪ |
⚪ |
⚪
|
⚪
|
⚪
|
ydb/core/tx/schemeshard/schemeshard__operation_backup_restore_common.h
Outdated
Show resolved
Hide resolved
⚪
|
⚪
|
return nullptr; | ||
} | ||
|
||
for(const auto& column: item.Scheme.columns()) { |
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.
Это нужно унести в core/ydb_convert.
for (const auto& child: Path.Base()->GetChildren()) { | ||
auto name = child.first; | ||
|
||
TPath childPath = Path.Child(name); |
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.
const
.
@@ -850,7 +850,10 @@ struct TSchemeShard::TImport::TTxProgress: public TSchemeShard::TXxport::TTxBase | |||
} | |||
|
|||
if (item.State == EState::CreateTable) { | |||
item.DstPathId = Self->MakeLocalId(TLocalPathId(record.GetPathId())); |
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.
Не очень понял, почему понадобилось это изменение?
No description provided.