[FEAT MERGE] optimizer statistics gather enhance
Co-authored-by: Larry955 <1412857955@qq.com> Co-authored-by: wangt1xiuyi <13547954130@163.com>
This commit is contained in:
@ -882,7 +882,7 @@ int ObLogicalOperator::compute_op_other_info()
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("get unexpected null", K(ret));
|
||||
} else {
|
||||
allocated_osg_ |= get_child(i)->get_allocated_osg();
|
||||
allocated_osg_ |= get_child(i)->has_allocated_osg();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user