Skip to content

Commit 018e426

Browse files
fix name
1 parent fd42fc1 commit 018e426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard__init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4466,7 +4466,7 @@ struct TSchemeShard::TTxInit : public TTransactionBase<TSchemeShard> {
44664466

44674467
if (rowset.HaveValue<Schema::ImportItems::Changefeeds>() && rowset.HaveValue<Schema::ImportItems::Topics>()) {
44684468
const ui64 count = rowset.GetValue<Schema::ImportItems::Changefeeds>().size();
4469-
TVector<TChangefeedImportDescriptions> changefeeds;
4469+
TVector<TImportInfo::TChangefeedImportDescriptions> changefeeds;
44704470
changefeeds.reserve(count);
44714471
for (ui64 i = 0; i < count; ++i) {
44724472
Ydb::Table::ChangefeedDescription changefeed;

0 commit comments

Comments
 (0)