Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- is related to
-
CALCITE-3165 Project#accept(RexShuttle shuttle) does not update rowType
- Closed
- links to