update column_info_simplified

This commit is contained in:
z404289981
2023-11-01 12:13:49 +00:00
committed by ob-robot
parent d9e0c3a184
commit 6416421027
2 changed files with 5 additions and 3 deletions

View File

@ -607,9 +607,7 @@ int ObPartitionParallelRanger::split_ranges(
if (IS_NOT_INIT) {
ret = OB_NOT_INIT;
STORAGE_LOG(WARN, "ObPartitionParallelRanger is not init", K(ret));
} else if (sample_cnt_ == 0 || parallel_target_count_ == 1
|| parallel_target_count_ > total_endkey_cnt_ + 1) {
// cannot afford specified parallel target count, back into single whole range
} else if (sample_cnt_ == 0 || parallel_target_count_ == 1) {
if (OB_FAIL(construct_single_range(allocator,
store_range_->get_start_key(),
store_range_->get_end_key(),