LiJie20190102 commented on code in PR #644:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/644#discussion_r1860078383
##########
hugegraph-client/src/main/java/org/apache/hugegraph/structure/traverser/Kneighbor.java:
##########
@@ -37,7 +37,7 @@ public class Kneighbor {
@JsonProperty
private Set<Vertex> vertices;
@JsonProperty
- private Set<Edge> edges;
+ private Set<?> edges;
Review Comment:
How about this:If 'with_idge' is' false ', we will not return any
information about the edge; If 'with-vertex' is' false 'and does not return
vertex information, the' kneigbor 'parameter has already returned a set of
vertex IDs

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]