Skip to content

Commit

Permalink
fix loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Nov 6, 2024
1 parent ddc8d2b commit a0b2b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/columnshard__init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ bool TTxInit::Execute(TTransactionContext& txc, const TActorContext& ctx) {
LOG_S_DEBUG("TTxInit.Execute at tablet " << Self->TabletID());

try {
SetDefaults();
if (!StartReader) {
SetDefaults();
StartReader = BuildReader();
}
if (!StartReader->Execute(txc, ctx)) {
Expand Down

0 comments on commit a0b2b4a

Please sign in to comment.