Skip to content

Commit adede33

Browse files
committed
chore: fix the export function name
Signed-off-by: Alan Tang <jmtangcs@gmail.com>
1 parent d00db21 commit adede33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/spark/src/function/datetime/last_day.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl ScalarUDFImpl for SparkLastDay {
5252
}
5353

5454
fn name(&self) -> &str {
55-
"spark_last_day"
55+
"last_day"
5656
}
5757

5858
fn signature(&self) -> &Signature {

0 commit comments

Comments
 (0)