fix join filter bug

This commit is contained in:
zzg19950727
2023-07-13 13:42:11 +00:00
committed by ob-robot
parent a821d6da22
commit cacbb57260
9 changed files with 306 additions and 54 deletions

View File

@ -1773,7 +1773,8 @@ private:
int find_table_scan(ObLogicalOperator* root_op,
uint64_t table_id,
ObLogicalOperator* &scan_op,
bool& table_scan_has_exchange);
bool& table_scan_has_exchange,
bool &has_px_coord);
//private function, just used for allocating join filter node.
int allocate_partition_join_filter(const ObIArray<JoinFilterInfo> &infos,
int64_t &filter_id);