-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
@@ -10,86 +10,86 @@ Feature: Integer Vid subgraph | |||
Scenario: Integer Vid invalid input | |||
When executing query: | |||
""" | |||
GET SUBGRAPH FROM $-.id | |||
GET SUBGRAPH WITH PROP FROM $-.id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's incompatible. Why don't try without prop
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be consistent with the path sentence
@@ -241,16 +245,20 @@ Status GetSubgraphValidator::toPlan() { | |||
return Status::OK(); | |||
} | |||
|
|||
StatusOr<std::vector<storage::cpp2::VertexProp>> GetSubgraphValidator::buildVertexProp() { | |||
StatusOr<GetNeighbors::VertexProps> GetSubgraphValidator::buildVertexProp() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you could reuse SchemaUtil::getAllVertexProp
function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be refactored in other pr, move it to planner
has AddressSanitizer error, solve it first. |
No description provided.