Chen-Yuan-Lai commented on code in PR #13924: URL: https://github.com/apache/datafusion/pull/13924#discussion_r1899559374
########## 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: I remove the change for `trim()` in this PR, thanks! I'd like to update `use_doc()` and migrate `trim()` simultaneously -- 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