add log for sampling

This commit is contained in:
Charles0429
2023-04-18 13:15:15 +00:00
committed by ob-robot
parent 972723ed66
commit 8ffbfb18de

View File

@ -253,6 +253,7 @@ int ObStatCollectorOp::generate_sample_partition_range(int64_t batch_size)
ret = OB_ITER_END; ret = OB_ITER_END;
} }
} }
LOG_INFO("dynamic sample ranges", K(exist_sample_row_), "sample_ranges", ctx_.get_partition_ranges());
return ret; return ret;
} }