fix master failed cases
This commit is contained in:
@ -567,7 +567,7 @@ int ObStatsEstimator::copy_hybrid_hist_stat(ObOptStat &src_opt_stat,
|
||||
LOG_TRACE("no need copy histogram", K(src_col_stat->get_histogram()),
|
||||
K(dst_col_stat->get_histogram()), K(i), K(j));
|
||||
if (!src_col_stat->get_histogram().is_valid() &&
|
||||
dst_col_stat->get_histogram().is_hybrid()) {
|
||||
!dst_col_stat->get_histogram().is_valid()) {
|
||||
dst_col_stat->get_histogram().reset();
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user