You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by "javeme (via GitHub)" <gi...@apache.org> on 2023/02/28 16:16:50 UTC

[GitHub] [incubator-hugegraph] javeme commented on issue #2138: [Bug] Unexpected exception [java.lang.IllegalArgumentException] when ordering edges by an aggregate such as "value().min()"

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

   do you want a `min(local)` step:
   `hugegraph.traversal().E().order().by(values("prop10").min(local))`
   


-- 
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