hsyuan opened a new pull request #1887: [CALCITE-3886] Execute substitution rule according to the order they get matched URL: https://github.com/apache/calcite/pull/1887 JIRA: https://issues.apache.org/jira/browse/CALCITE-3886 Currently the substitution rule is always appended to the head of the queue. We prefer to executing the rule according to the order they get matched. So we need a separate queue for substitution rule matches.
---------------------------------------------------------------- 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
