jrgemignani commented on issue #222:
URL: https://github.com/apache/incubator-age/issues/222#issuecomment-1138806357

   If you are wondering why the shorter path with node b isn't shown first, but 
the longer path with node a is, that is not the VLE mechanism. The VLE outputs 
them in order of shortest to longest along a specific path. Just execute the 
following command to see -
   
    `MATCH p=(:head {name: 'list01'})-[:next*]->() RETURN p`
   
   It is likely PostgreSQL and the matching/validating routines that follow 
that change the order. The VLE has limited, if any, control over that.
   


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

Reply via email to