fix add_row use wrong row_size leads core
This commit is contained in:
committed by
ob-robot
parent
5b9655c0e7
commit
3d5098aa3f
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user