tshauck opened a new pull request, #9521:
URL: https://github.com/apache/arrow-datafusion/pull/9521
## Which issue does this PR close?
Closes #9487
## Rationale for this change
Currently `SELECT TRIM('test.com', '.com') doesn't work as expected because
`.com` isn't removed.
## What changes are included in this PR?
This PR updates the translation step between the sql expression and the trim
execution so that for both ways `TRIM` can be called, the proper trim
characters are passes as an argument.
## Are these changes tested?
Yes, but minimal to start out with.
## Are there any user-facing changes?
Not really
--
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]