Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivras committed Dec 30, 2021
1 parent dc88abb commit 51a87f2
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion src/storage/query/GetNeighborsProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ nebula::cpp2::ErrorCode GetNeighborsProcessor::handleEdgeStatProps(
}

void GetNeighborsProcessor::onProcessFinished() {
resp_.set_vertices(std::move(resultDataSet_));
resp_.vertices_ref() = std::move(resultDataSet_);
}

void GetNeighborsProcessor::profilePlan(StoragePlan<VertexID>& plan) {
Expand Down
Loading

0 comments on commit 51a87f2

Please sign in to comment.