Skip to content

Commit 9e8f94a

Browse files
committed
WIPc
1 parent c7baea2 commit 9e8f94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard__operation_backup_backup_collection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ TVector<ISubOperation::TPtr> CreateBackupBackupCollection(TOperationId opId, con
190190

191191
// Create CDC stream on index impl table
192192
NKikimrSchemeOp::TCreateCdcStream createCdcStreamOp;
193-
createCdcStreamOp.SetTableName(indexTablePath.PathString());
193+
createCdcStreamOp.SetTableName(implTableName); // Use relative name only
194194
auto& streamDescription = *createCdcStreamOp.MutableStreamDescription();
195195
streamDescription.SetName(streamName); // Same stream name as main table
196196
streamDescription.SetMode(NKikimrSchemeOp::ECdcStreamModeUpdate);

0 commit comments

Comments
 (0)