From cb660aa5d9ec4e2b03e5e23fa85a93fcce7953cb Mon Sep 17 00:00:00 2001 From: "hs.zhang" <22708345+cangfengzhs@users.noreply.github.com> Date: Tue, 16 Nov 2021 10:20:41 +0800 Subject: [PATCH] fixconflict --- src/storage/exec/ScanNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/exec/ScanNode.h b/src/storage/exec/ScanNode.h index 3778eb87804..5af7912f758 100644 --- a/src/storage/exec/ScanNode.h +++ b/src/storage/exec/ScanNode.h @@ -43,7 +43,7 @@ class ScanVertexPropNode : public QueryNode { } std::string start; - std::string prefix = NebulaKeyUtils::vertexPrefix(partId); + std::string prefix = NebulaKeyUtils::tagPrefix(partId); if (cursor.empty()) { start = prefix; } else {