Skip to content

Commit

Permalink
Update datafusion/functions/src/string/common.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Oleks V <[email protected]>
  • Loading branch information
findepi and comphead committed Aug 30, 2024
1 parent 19993b3 commit c2914b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/src/string/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fn string_view_trim<'a, T: OffsetSizeTrait>(
}
other => {
exec_err!(
"trim was called with {other} arguments. It requires at least 1 and at most 2."
"Function TRIM was called with {other} arguments. It requires at least 1 and at most 2."
)
}
}
Expand Down

0 comments on commit c2914b2

Please sign in to comment.