tshauck commented on issue #9487:
URL: 
https://github.com/apache/arrow-datafusion/issues/9487#issuecomment-1984002649

   Cool, I can't change the GitHub issue, but I'll look into it. I think the 
issue is upstream as the second arg isn't making it into `btrim`...
   
   ```
   ❯ SELECT TRIM('test.com', '.com');
   calling trim with: [StringArray
   [
     "test.com",
   ]]
   +------------------------+
   | trim(Utf8("test.com")) |
   +------------------------+
   | test.com               |
   +------------------------+
   1 row in set. Query took 0.002 seconds.
   ```
   
   I added a debug statement to show the args, and note the inferred column 
name.


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

Reply via email to