fix add_row use wrong row_size leads core

This commit is contained in:
18523270951@163.com
2023-06-28 12:18:07 +00:00
committed by ob-robot
parent 5b9655c0e7
commit 3d5098aa3f
3 changed files with 13 additions and 11 deletions

View File

@ -812,6 +812,8 @@ int ObAggregateProcessor::init()
end_partial_rollup_idx_ = 0;
removal_info_.reset();
set_tenant_id(eval_ctx_.exec_ctx_.get_my_session()->get_effective_tenant_id());
group_rows_.set_tenant_id(eval_ctx_.exec_ctx_.get_my_session()->get_effective_tenant_id());
group_rows_.set_ctx_id(ObCtxIds::DEFAULT_CTX_ID);
if (OB_ISNULL(eval_ctx_.exec_ctx_.get_my_session())) {
ret = OB_ERR_UNEXPECTED;