neilconway commented on code in PR #20328:
URL: https://github.com/apache/datafusion/pull/20328#discussion_r2818143870
##########
datafusion/functions/src/string/ltrim.rs:
##########
@@ -46,7 +46,7 @@ fn ltrim<T: OffsetSizeTrait>(args: &[ArrayRef]) ->
Result<ArrayRef> {
#[user_doc(
doc_section(label = "String Functions"),
- description = "Trims the specified trim string from the beginning of a
string. If no trim string is provided, all whitespace is removed from the start
of the input string.",
+ description = "Trims the specified trim string from the beginning of a
string. If no trim string is provided, spaces are removed from the start of the
input string.",
Review Comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]