Skip to content

Commit 4ada45f

Browse files
authored
stable-25-2-1: fix 27193 (#27528)
2 parents bac8dfc + 893df0d commit 4ada45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/tx/columnshard/data_reader/fetching_steps.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ class TAskDataStep: public IFetchingStep {
296296
new NOlap::NBlobOperations::NRead::TActor(std::make_shared<TSubscriber>(fetchingContext, std::move(readActions))));
297297
return IFetchingStep::EStepResult::Detached;
298298
} else {
299+
fetchingContext->MutableCurrentContext().SetBlobs(NBlobOperations::NRead::TCompositeReadBlobs());
299300
return IFetchingStep::EStepResult::Continue;
300301
}
301302
}

0 commit comments

Comments
 (0)