From e461919abccb6f4b3763d7a1dfe50e4a37c8de65 Mon Sep 17 00:00:00 2001 From: PSeitz Date: Thu, 27 Jul 2023 17:22:35 +0800 Subject: [PATCH] Update src/aggregation/agg_req_with_accessor.rs Co-authored-by: Paul Masurel --- src/aggregation/agg_req_with_accessor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aggregation/agg_req_with_accessor.rs b/src/aggregation/agg_req_with_accessor.rs index b9750299e2..16c7bf478e 100644 --- a/src/aggregation/agg_req_with_accessor.rs +++ b/src/aggregation/agg_req_with_accessor.rs @@ -111,7 +111,7 @@ impl AggregationWithAccessor { } }; - let aggs: Vec<_> = acc_field_types + let aggs: Vec = acc_field_types .into_iter() .map(|(accessor, field_type)| { Ok(AggregationWithAccessor {