We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3844535 commit c371c98Copy full SHA for c371c98
ydb/core/tx/schemeshard/schemeshard__init.cpp
@@ -4466,7 +4466,7 @@ struct TSchemeShard::TTxInit : public TTransactionBase<TSchemeShard> {
4466
4467
if (rowset.HaveValue<Schema::ImportItems::Changefeeds>() && rowset.HaveValue<Schema::ImportItems::Topics>()) {
4468
const ui64 count = rowset.GetValue<Schema::ImportItems::Changefeeds>().size();
4469
- TVector<TChangefeedImportDescriptions> changefeeds;
+ TVector<TImportInfo::TChangefeedImportDescriptions> changefeeds;
4470
changefeeds.reserve(count);
4471
for (ui64 i = 0; i < count; ++i) {
4472
Ydb::Table::ChangefeedDescription changefeed;
0 commit comments