You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/08/11 16:07:00 UTC

[jira] [Updated] (CALCITE-3239) Calc#accept(RexShuttle shuttle) does not update rowType

     [ https://issues.apache.org/jira/browse/CALCITE-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated CALCITE-3239:
------------------------------------
    Labels: pull-request-available  (was: )

> Calc#accept(RexShuttle shuttle) does not update rowType
> -------------------------------------------------------
>
>                 Key: CALCITE-3239
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3239
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            Reporter: jin xing
>            Assignee: jin xing
>            Priority: Major
>              Labels: pull-request-available
>
> In current code, {{Calc#accept(RexShuttle shuttle)}} keep the original {{rowType}}, even when the expression list is modified by the shuttle. https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/rel/core/Calc.java#L175 
> It might be wrong and a new {{rowType}} should be derived.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)