hsyuan opened a new pull request #1829: [CALCITE-3819] Prune parent RelNode when merging child RelSet with parent RelSet URL: https://github.com/apache/calcite/pull/1829 Suppose we have 2 RelSets: RelSet A: rel1 RelSet B: rel2 rel1 is the parent of rel2. If there is a transformation rule that transform rel1 to rel2, we will merge RelSet A and B. During merge process, we can safely prune rel1 to avoid further rule apply on rel1 and reduce search space, more importantly, avoid cyclic reference.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
