Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed May 15, 2024
1 parent 8278d7b commit 5765d99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/physical-expr-common/src/aggregate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub fn create_aggregate_expr(
ignore_nulls,
ordering_fields,
is_distinct,
input_type: input_exprs_types[0].clone(),
}))
}

Expand Down Expand Up @@ -170,6 +171,7 @@ pub struct AggregateFunctionExpr {
ignore_nulls: bool,
ordering_fields: Vec<Field>,
is_distinct: bool,
input_type: DataType,
}

impl AggregateFunctionExpr {
Expand Down

0 comments on commit 5765d99

Please sign in to comment.