fix merge join bug when use interesting ordering for merge key
This commit is contained in:
@ -1778,7 +1778,7 @@ struct NullAwareAntiJoinInfo {
|
||||
int get_base_path_table_dop(uint64_t index_id, int64_t ¶llel);
|
||||
int compute_access_path_parallel(ObIArray<AccessPath *> &access_paths,
|
||||
int64_t ¶llel);
|
||||
int get_random_parallel(const ObIArray<AccessPath *> &access_paths, int64_t ¶llel);
|
||||
int get_random_parallel(const int64_t parallel_degree_limit, int64_t ¶llel);
|
||||
int get_parallel_from_available_access_paths(int64_t ¶llel) const;
|
||||
int compute_base_table_parallel_and_server_info(const OpParallelRule op_parallel_rule,
|
||||
const int64_t parallel,
|
||||
|
||||
Reference in New Issue
Block a user