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: [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]

Reply via email to