fix merge join bug when use interesting ordering for merge key

This commit is contained in:
obdev
2024-02-07 13:57:05 +00:00
committed by ob-robot
parent c65d88d12c
commit 3db2e35a2e
5 changed files with 33 additions and 9 deletions

View File

@ -1778,7 +1778,7 @@ struct NullAwareAntiJoinInfo {
int get_base_path_table_dop(uint64_t index_id, int64_t &parallel);
int compute_access_path_parallel(ObIArray<AccessPath *> &access_paths,
int64_t &parallel);
int get_random_parallel(const ObIArray<AccessPath *> &access_paths, int64_t &parallel);
int get_random_parallel(const int64_t parallel_degree_limit, int64_t &parallel);
int get_parallel_from_available_access_paths(int64_t &parallel) const;
int compute_base_table_parallel_and_server_info(const OpParallelRule op_parallel_rule,
const int64_t parallel,