[ 
https://issues.apache.org/jira/browse/CALCITE-3994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108568#comment-17108568
 ] 

Jess Balint commented on CALCITE-3994:
--------------------------------------

that fixes it indeed. however it seems inconsistent with how the executor is 
obtained just before calling {{reduceExpressionsInternal}}:
{code:java}
RexExecutor executor =
        Util.first(cluster.getPlanner().getExecutor(), RexUtil.EXECUTOR)
{code}
why not pass this executor to the method?

> RexSimplify reduce concat calls with constant arguments
> -------------------------------------------------------
>
>                 Key: CALCITE-3994
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3994
>             Project: Calcite
>          Issue Type: Improvement
>    Affects Versions: 1.21.0
>            Reporter: Jess Balint
>            Priority: Minor
>
> would be good to implement support for string concat in RexSimplify



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to