comphead commented on code in PR #13924: URL: https://github.com/apache/datafusion/pull/13924#discussion_r1899182342
########## 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: Lets leave trim not migrated for now and we can do it once the doc macros fixed -- 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