fix hgby internal error, cancel llc_est_.est_cnt_ check
This commit is contained in:
@ -1065,10 +1065,6 @@ int ObHashGroupByVecOp::inner_get_next_batch(const int64_t max_row_cnt)
|
|||||||
bypass_ctrl_.reset_state();
|
bypass_ctrl_.reset_state();
|
||||||
by_pass_vec_holder_.restore();
|
by_pass_vec_holder_.restore();
|
||||||
calc_avg_group_mem();
|
calc_avg_group_mem();
|
||||||
if (llc_est_.enabled_ && llc_est_.est_cnt_ != agged_group_cnt_) {
|
|
||||||
ret = OB_ERR_UNEXPECTED;
|
|
||||||
LOG_WARN("unexpected est_cnt number", K(ret), K(agged_group_cnt_), K(agged_row_cnt_), K(llc_est_.est_cnt_));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// restart cond1 : a normal new round
|
// restart cond1 : a normal new round
|
||||||
|
Reference in New Issue
Block a user