From 3884faa6e97f3fab356be63edd66ec888bfcd86b Mon Sep 17 00:00:00 2001 From: Edmondo Porcu Date: Thu, 1 Aug 2024 11:26:23 -0400 Subject: [PATCH] Fixed wrong name --- datafusion/expr/src/test/function_stub.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/expr/src/test/function_stub.rs b/datafusion/expr/src/test/function_stub.rs index ab34089bef83..e8952f721bb7 100644 --- a/datafusion/expr/src/test/function_stub.rs +++ b/datafusion/expr/src/test/function_stub.rs @@ -427,7 +427,7 @@ impl AggregateUDFImpl for Max { } fn name(&self) -> &str { - "MIN" + "MAX" } fn signature(&self) -> &Signature {