comphead commented on code in PR #13924: URL: https://github.com/apache/datafusion/pull/13924#discussion_r1899182207
########## docs/source/user-guide/sql/scalar_functions.md: ########## @@ -852,10 +852,6 @@ btrim(str[, trim_str]) #### Alternative Syntax -```sql -trim(BOTH trim_str FROM str) -``` - ```sql trim(trim_str FROM str) ``` Review Comment: oh its a vec, yeah we should do it, as well as simplify a little bit the `Documentation` structure to replace `Option<Vec>` to just `Vec` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org