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:
chaser-ch
2023-10-31 15:39:20 +00:00
committed by ob-robot
parent 4057fbc4ae
commit 566e920620
1375 changed files with 239147 additions and 56014 deletions

View File

@ -851,6 +851,7 @@ int ObDynamicSampling::estimate_table_block_count_and_row_count(const ObDSTableP
ObSEArray<ObTabletID, 4> tablet_ids;
ObSEArray<ObObjectID, 4> partition_ids;
ObSEArray<EstimateBlockRes, 4> estimate_result;
ObArray<uint64_t> column_group_ids;
if (OB_ISNULL(ctx_->get_exec_ctx()) || OB_ISNULL(ctx_->get_session_info())) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("get unexpected null", K(ret), K(ctx_->get_exec_ctx()), K(ctx_->get_session_info()));
@ -861,6 +862,7 @@ int ObDynamicSampling::estimate_table_block_count_and_row_count(const ObDSTableP
param.table_id_,
tablet_ids,
partition_ids,
column_group_ids,
estimate_result))) {
LOG_WARN("failed to do estimate block count and row count", K(ret));
} else {