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/25 02:19:00 UTC

[jira] [Updated] (CALCITE-3209) When calling MutableMultiRel::setInput, exception thrown

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

jin xing updated CALCITE-3209:
------------------------------
    Summary: When calling MutableMultiRel::setInput, exception thrown  (was: When calling MutableMultiRel:: setInput, exception thrown)

> When calling MutableMultiRel::setInput, exception thrown
> --------------------------------------------------------
>
>                 Key: CALCITE-3209
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3209
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            Reporter: jin xing
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When digging code of materialization matching. I found the current implementation of {{MutableMultiRel::}}{{inputs}} is by anĀ {{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)