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.
2 parents bac8dfc + 893df0d commit 4ada45fCopy full SHA for 4ada45f
ydb/core/tx/columnshard/data_reader/fetching_steps.h
@@ -296,6 +296,7 @@ class TAskDataStep: public IFetchingStep {
296
new NOlap::NBlobOperations::NRead::TActor(std::make_shared<TSubscriber>(fetchingContext, std::move(readActions))));
297
return IFetchingStep::EStepResult::Detached;
298
} else {
299
+ fetchingContext->MutableCurrentContext().SetBlobs(NBlobOperations::NRead::TCompositeReadBlobs());
300
return IFetchingStep::EStepResult::Continue;
301
}
302
0 commit comments