Skip to content

Commit 1c1b382

Browse files
fix
1 parent f58900f commit 1c1b382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/operations/write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void TWriteOperation::Start(TColumnShard& owner, const ui64 tableId, const NEvWr
3535
NEvWrite::TWriteData(writeMeta, data, owner.TablesManager.GetPrimaryIndex()->GetReplaceKey(),
3636
owner.StoragesManager->GetInsertOperator()->StartWritingAction(NOlap::NBlobOperations::EConsumer::WRITING_OPERATOR)),
3737
schema, owner.GetLastTxSnapshot(), owner.Counters.GetCSCounters().WritingCounters);
38-
NConveyor::TCompServiceOperator::SendTaskToExecute(task);
38+
NConveyor::TInsertServiceOperator::AsyncTaskToExecute(task);
3939

4040
Status = EOperationStatus::Started;
4141
}

0 commit comments

Comments
 (0)