sadwitdastreetz commented on issue #2798: URL: https://github.com/apache/incubator-hugegraph/issues/2798#issuecomment-2993336726
> Emm, seems a little strange / confused > > > We lack the `traversers/sameneighborsbatch` API in hugegraph-server, but we have it in client? 🔢 > > Maybe there's some kind of gap According to the code in client: https://github.com/apache/incubator-hugegraph-toolchain/blob/master/hugegraph-client/src/main/java/org/apache/hugegraph/api/traverser/SameNeighborsBatchAPI.java the `traversers/sameneighborsbatch` is needed to test "batch same neighbors" traversal API functionality in the following code: https://github.com/apache/incubator-hugegraph-toolchain/blob/master/hugegraph-client/src/test/java/org/apache/hugegraph/api/traverser/SameNeighborsBatchApiTest.java so there is a demand for the API in the codebase of client, but we don't have it in server -- 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]
