joyemang33 commented on issue #2138: URL: https://github.com/apache/incubator-hugegraph/issues/2138#issuecomment-1450220807
> seems some edges do not have property 'prop10', please try `order().by(choose(values("xx"), values("xx").min(), constant(0)))` I appreciate your help and your previous query works well. However, I have observed that order().by(values("prop10")) can be executed successfully even when some edges do not have the "prop10" property. This is an advantage of HugeGraph, as other Graph Databases such as OrientDB cannot handle this situation. Due to this difference, there appears to be an inconsistency in being unable to order the above case directly. I was wondering if there is a way to resolve this inconsistency and enable us to order the edges directly without the need for ```choose``` statements. Would it be possible for you to fix this issue? -- 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