Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0
-
None
-
None
Description
The digests are not same for the same sub-query.
like query
select * from (select * from dept union all select * from dept)a;
When run the query, The union relNode has two inputs, and it's same expectly and it's the same object instead of the print of plan, but Now they are not same.
And for Test testReplaceCommonSubexpression, the rule is only firing once, but now it's two.
Attachments
Issue Links
- is related to
-
CALCITE-481 Add "Spool" operator, to allow re-use of relational expressions
- Closed