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

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

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

   > do you want a `min(local)` step:
   > `hugegraph.traversal().E().order().by(values("prop10").min(local))`
   
   Thank you very much for your response. I am interested in implementing something similar to min(local), and I plan to test whether this will still result in the same exception when using "local" as soon as possible. However, based on the information in the Gremlin documents found at http://tinkerpop-gremlin.cn/#by-step, it appears that omitting "local" may also be acceptable. Would you be able to assist me in verifying whether there is an issue or bug with this? Thank you kindly.


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