Modify add_skip_index case

This commit is contained in:
ND501 2024-12-06 13:15:25 +00:00 committed by ob-robot
parent c308fd87ac
commit b647871c42

View File

@ -350,9 +350,9 @@ int ObLLVMDIHelper::create_struct_type(
return ret;
}
int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count,
ObLLVMDIType &array_type)
{
int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count,
ObLLVMDIType &array_type)
{
int ret = OB_SUCCESS;
ObDIType *type_ptr = NULL;
DISubrange *subrange = NULL;