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

This commit is contained in:
obdev
2024-02-10 11:26:53 +00:00
committed by ob-robot
parent 21c31706a5
commit 229074a275
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,