Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Jan 23, 2025
1 parent 7ff47f5 commit 3fac5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/transactions/operators/schema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TTxController::TProposeResult TSchemaTransactionOperator::DoStartProposeOnExecut
if (validationStatus.IsFail()) {
return TProposeResult(NKikimrTxColumnShard::EResultStatus::SCHEMA_ERROR, "Invalid schema: " + validationStatus.GetErrorMessage());
}
WaitPathIdsToErase = GetNotErasedTableIds(owner, SchemaTxBody.GetEnsureTables().GetTables(), false);
WaitPathIdsToErase = GetNotErasedTableIds(owner, SchemaTxBody.GetEnsureTables().GetTables());
}
break;
case NKikimrTxColumnShard::TSchemaTxBody::kAlterTable:
Expand Down

0 comments on commit 3fac5ca

Please sign in to comment.