zhengyingying commented on issue #2198: URL: https://github.com/apache/incubator-hugegraph/issues/2198#issuecomment-1511262748
@javeme Hi, I think this issue is different from the given references. I have understood that HugeGraph does not support `order().by(desc)` now. But I am curious why the behavior of executing `in().outE().order().by(desc)` and `in().inE().order().by(desc)` is not the same without `HugeVertexStepStrategy`? I think they should behave consistenly. -- 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]
