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 f58900f commit 1c1b382Copy full SHA for 1c1b382
ydb/core/tx/columnshard/operations/write.cpp
@@ -35,7 +35,7 @@ void TWriteOperation::Start(TColumnShard& owner, const ui64 tableId, const NEvWr
35
NEvWrite::TWriteData(writeMeta, data, owner.TablesManager.GetPrimaryIndex()->GetReplaceKey(),
36
owner.StoragesManager->GetInsertOperator()->StartWritingAction(NOlap::NBlobOperations::EConsumer::WRITING_OPERATOR)),
37
schema, owner.GetLastTxSnapshot(), owner.Counters.GetCSCounters().WritingCounters);
38
- NConveyor::TCompServiceOperator::SendTaskToExecute(task);
+ NConveyor::TInsertServiceOperator::AsyncTaskToExecute(task);
39
40
Status = EOperationStatus::Started;
41
}
0 commit comments