Skip to content

Commit

Permalink
Fixed wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Aug 2, 2024
1 parent f7162cd commit 3884faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/test/function_stub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ impl AggregateUDFImpl for Max {
}

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

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

0 comments on commit 3884faa

Please sign in to comment.