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

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

jin xing created CALCITE-3239:
---------------------------------

             Summary: 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


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)