Description
Example: select a from t1 union all select a from t2 where materialized views are defined on t1 and/or t2.
This is because MutableMultiRel, being super class of MutableSetOp, did not set "parent" and "ordinal" for its input rels.
Example: select a from t1 union all select a from t2 where materialized views are defined on t1 and/or t2.
This is because MutableMultiRel, being super class of MutableSetOp, did not set "parent" and "ordinal" for its input rels.