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/07/24 07:44:00 UTC

[jira] [Created] (CALCITE-3209) Store inputs of MutableMultiRel by ArrayList rather than ImmutableList

jin xing created CALCITE-3209:
---------------------------------

             Summary: Store inputs of MutableMultiRel by ArrayList rather than ImmutableList
                 Key: CALCITE-3209
                 URL: https://issues.apache.org/jira/browse/CALCITE-3209
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: jin xing


In current implementation of {{MutableMultiRel}}, {{inputs}} is implemented by a {{ImmutableList}}, thus impossible to be changed by
https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/rel/mutable/MutableMultiRel.java#L42
{code:java}
 @Override public void setInput(int ordinalInParent, MutableRel input)
{code}
Seems a mistake.



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