columnTypeProperty = sb.toString();
}
ArrayList<TypeInfo> fieldTypes =
TypeInfoUtils.getTypeInfosFromTypeString(columnTypeProperty);
StructTypeInfo rootType = new StructTypeInfo();
rootType.setAllStructFieldNames(columnNames);
rootType.setAllStructFieldTypeInfos(fieldTypes);
inspector = OrcStruct.createObjectInspector(rootType);
}