Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Dec 8, 2022
1 parent 4655639 commit fefc026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/graph/planner/plan/Query.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,9 @@ class GetVertices : public Explore {
if (props.size() > 1) {
return false;
}
if (props.empty()) {
continue;
}
DCHECK_EQ(props.size(), 1);
auto& prop = props.front();
if (prop.compare("_tag")) {
Expand Down

0 comments on commit fefc026

Please sign in to comment.