-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
For simplicity we implemented the conversion to and from CachedJoinPlan in the reorder_joins target and introduced a build dependency on join_plan_cache. To make this code more modular, we should move the implementation into the join_plan_cache target, refactor this shared logic into join_qsn_helpers and have both reorder_joins and join_plan_cache depend on that new target.