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-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org