jrgemignani commented on issue #222: URL: https://github.com/apache/incubator-age/issues/222#issuecomment-1139148684
I'm not sure if it will change in order in the near future. The output is based on the search algorithm used, the graph, and how all of the other stages deal with that given data. We would have to find out what specifically is changing its order and if it is even possible to adjust it. Additionally, if you do searches on large graphs, you will notice that long paths and short paths from one branch will be followed by long paths and shorter paths of other branches that follow in the search. So, if you want it in a particular order, you are probably best off applying some grouping or order by clause. But yes, when I looked at the VLE code, it does output the data from short to longer. -- 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]
