Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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
@Override public void setInput(int ordinalInParent, MutableRel input)
Seems a mistake.