Skip to content

Commit

Permalink
fixconflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cangfengzhs committed Nov 16, 2021
1 parent a90b613 commit cb660aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/exec/ScanNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ScanVertexPropNode : public QueryNode<Cursor> {
}

std::string start;
std::string prefix = NebulaKeyUtils::vertexPrefix(partId);
std::string prefix = NebulaKeyUtils::tagPrefix(partId);
if (cursor.empty()) {
start = prefix;
} else {
Expand Down

0 comments on commit cb660aa

Please sign in to comment.