Skip to content

Commit 67add26

Browse files
committed
fix clippy
1 parent b4dc485 commit 67add26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/service/src/pipelines/processors/transforms/aggregator/aggregator_params.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub struct AggregatorParams {
4848
}
4949

5050
impl AggregatorParams {
51+
#[allow(clippy::too_many_arguments)]
5152
pub fn try_create(
5253
input_schema: DataSchemaRef,
5354
group_data_types: Vec<DataType>,

0 commit comments

Comments
 (0)