jihot2000 commented on issue #222:
URL: https://github.com/apache/incubator-age/issues/222#issuecomment-1139142382
@jrgemignani
Yes, as the path to 'b' is shorter than to 'a', I expect
```sql
MATCH (h:head {name: 'list01'})-[:next*]->(v:node) RETURN v
```
would show 'b' first and 'a' second.
From your reply, can I draw the conclusion that VLE did search the path from
shortest to longest, but it is the database engine PostgreSQL that changed the
output order?
I've tried this example in Neo4J, ```MATCH (h:head {name:
'list01'})-[:next*]->(v:node) RETURN v``` showed 'b' first then 'a'. Neo4J's
output is more intuitive. Can I expect AGE also return the result as Neo4J in
the future?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]