fn get_fields<'a>( our_field_type: &'a DataType, data_type: &DataType, schema_fields: &mut HashMap<&'a str, &'a DataType>, ) -> Option<Fields>