-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support edge in meta service #355
Support edge in meta service #355
Conversation
Unit testing passed. |
src/interface/meta.thrift
Outdated
@@ -77,6 +76,11 @@ struct EdgeItem { | |||
4: common.Schema schema, | |||
} | |||
|
|||
struct AlterEdgeItem { |
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 seems that we have unified AlterTagItem and AlterEdgeItem to AlterSchemaItem.
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.
fixed
Unit testing failed. |
Unit testing failed. |
1 similar comment
Unit testing failed. |
Unit testing passed. |
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.
Well done
* support edge in meta service * support leader
* support edge in meta service * support leader
* Fix the latency type in the executionResponse * Fix compilation * Fix comment Co-authored-by: Yichen Wang <[email protected]>
This PR is included by Add AlterEdgeProcessor, GetEdgeProcessor, RemoveEdgeProcessor and UTs and support some meta client's method.
Please hold on this one and complete later thanks :)