diff --git a/src/sql/engine/join/ob_merge_join_op.h b/src/sql/engine/join/ob_merge_join_op.h index 1200f7a57a..e8fa59216f 100644 --- a/src/sql/engine/join/ob_merge_join_op.h +++ b/src/sql/engine/join/ob_merge_join_op.h @@ -267,7 +267,7 @@ private: // When the other fetcher is end, we start to iterator this fetcher and outptu until end. // At the beginning, there are some rows in the current batch that not output yet. // We need store these rows and output first, then get batch from child and output directly. - ObSEArray backup_datums_; + ObSEArray backup_datums_; int64_t backup_rows_cnt_; ObBatchResultHolder brs_holder_; @@ -524,9 +524,9 @@ private: }; int64_t cmp_res_; - ObSEArray match_groups_; + ObSEArray match_groups_; bool is_last_right_join_output_; - ObSEArray output_cache_; + ObSEArray output_cache_; ObBitVector *rj_match_vec_; // bitmap to check whether it is matched during right join int64_t rj_match_vec_size_; // size of `rj_match_vec_` ObRADatumStore::IterationAge output_rows_it_age_;