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 4e604f2 commit 893df0dCopy full SHA for 893df0d
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