Skip to content

Commit

Permalink
before rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu85cn committed Mar 17, 2022
1 parent 2699ce9 commit cc79619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/mutate/AddVerticesProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void AddVerticesProcessor::doProcess(const cpp2::AddVerticesRequest& req) {
code = nebula::cpp2::ErrorCode::E_INVALID_VID;
break;
}
data.emplace_back(NebulaKeyUtils::tagKey(spaceVidLen_, partId, vid), "");
data.emplace_back(NebulaKeyUtils::vertexKey(spaceVidLen_, partId, vid), "");
for (auto& newTag : newTags) {
auto tagId = newTag.get_tag_id();
VLOG(3) << "PartitionID: " << partId << ", VertexID: " << vid << ", TagID: " << tagId;
Expand Down

0 comments on commit cc79619

Please sign in to comment.