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-unsubscr...@hugegraph.apache.org

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

Reply via email to