fix generated recursive union all plan bug using the distributed join method hint

This commit is contained in:
chimyue
2024-02-06 05:42:10 +00:00
committed by ob-robot
parent 56a69bfe76
commit 5be370fa7b
4 changed files with 42 additions and 32 deletions

View File

@ -2281,6 +2281,7 @@ struct NullAwareAntiJoinInfo {
ValidPathInfo &path_info);
int get_valid_path_info_from_hint(const ObRelIds &table_set,
bool both_access,
bool contain_fake_cte,
ValidPathInfo &path_info);
int check_depend_function_table(const ObJoinOrder &left_tree,