Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherednik committed May 21, 2024
1 parent 3dbdd98 commit 4af1121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ TVector<ISubOperation::TPtr> CreateNewCdcStream(TOperationId opId, const TTxTran
auto it = tablePath->GetChildren().find(op.GetIndexName());
if (it == tablePath->GetChildren().end()) {
return {CreateReject(opId, NKikimrScheme::StatusSchemeError,
"requested particular path hasn't been found")};
"requested particular path hasn't been found")};
}
candidates.emplace_back(it->first);
}
Expand Down

0 comments on commit 4af1121

Please sign in to comment.