MuhammadTahaNaveed opened a new pull request, #931:
URL: https://github.com/apache/age/pull/931

   - The problem was with get_next_default_alias function which was not 
generating unique aliases.
   - Every clause transformed as a subquery has its own cpstate which is being 
freed after it is tranformed. The root cpstate is the one that has the 
default_alias_number initialized. So we need to reach the root cpstate to get 
the next correct default alias number.
   - This change also fixed some previously incorrect results (verified using 
neo4j).
   - Added additional regression tests.


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