Skip to content

Commit

Permalink
Coherent case
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jun 20, 2024
1 parent 77c67c5 commit 096d1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions-aggregate/src/min_max.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ impl AggregateUDFImpl for Min {
}

fn name(&self) -> &str {
"min"
"MIN"
}

fn signature(&self) -> &Signature {
Expand Down

0 comments on commit 096d1dc

Please sign in to comment.