fix adjust_recursive_cte_plan function adjust shared operator bug

This commit is contained in:
obdev
2022-11-04 11:43:11 +00:00
committed by wangzelin.wzl
parent 4bdf785213
commit 00b7bf0483
8 changed files with 134 additions and 59 deletions

View File

@ -245,8 +245,6 @@ private:
const bool ignore_hint,
ObLogicalOperator *&top);
int adjust_recursive_cte_plan(ObIArray<ObLogicalOperator*> &child_ops);
int allocate_recursive_union_all_as_top(ObLogicalOperator *left_child,
ObLogicalOperator *right_child,
DistAlgo dist_set_method,