Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Minor optimization:
HepPlanner#buildFinalPlan clears the metadata cache info of the impacted RelNode after replacing its inputs, but in the cases where the RelNode does not change (e.g. when it has no inputs) this clear cache should not be necessary (unless I'm missing something).
Attachments
Issue Links
- is related to
-
CALCITE-3791 HepPlanner doesn't clear metadata cache for the ancestors of discarded node when a transformation happens
- Closed
- links to