You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/10/07 08:16:46 UTC

[GitHub] [incubator-hugegraph] javeme commented on issue #1965: Inconsistent behavior when sorting vertices or edges

javeme commented on issue #1965:
URL: https://github.com/apache/incubator-hugegraph/issues/1965#issuecomment-1271271478

   @zhengyingying Thanks.
   We can support this order-by feature by adding the `Comparable interface` to `HugeElement  class` implementation later.
   
   The reason why we can get the correct result with `count()` is that the order-by step may be optimized, please see `explain()` details:
   `g.V().order().by(desc).count().explain()`


-- 
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: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org