pub fn parse_fields<'a>( schema: &'a Schema, fields: &'a [String], excluded_fields: &'a [String], ) -> SummaResult<Vec<(Field, &'a str)>>