Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com> Co-authored-by: yangqise7en <877793735@qq.com> Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
@ -192,6 +192,12 @@ int ObMultipleMultiScanMerge::construct_iters()
|
||||
STORAGE_LOG(DEBUG, "add iter for consumer", KPC(table), KPC(access_param_));
|
||||
}
|
||||
}
|
||||
|
||||
if (OB_SUCC(ret) && access_param_->iter_param_.enable_pd_blockscan() &&
|
||||
consumer_cnt_ > 0 && nullptr != iters_.at(consumers_[0]) && iters_.at(consumers_[0])->is_sstable_iter() &&
|
||||
OB_FAIL(locate_blockscan_border())) {
|
||||
STORAGE_LOG(WARN, "Fail to locate blockscan border", K(ret));
|
||||
}
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user