[
https://issues.apache.org/jira/browse/CALCITE-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haisheng Yuan resolved CALCITE-3886.
------------------------------------
Fix Version/s: 1.23.0
Resolution: Fixed
Fixed in
https://github.com/apache/calcite/commit/08f4a9889728f94903ff424ed9c20d940b821af5.
> Execute substitution rule according to the order they get matched
> -----------------------------------------------------------------
>
> Key: CALCITE-3886
> URL: https://issues.apache.org/jira/browse/CALCITE-3886
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Haisheng Yuan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.23.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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 message was sent by Atlassian Jira
(v8.3.4#803005)