Omega359 opened a new issue, #9748: URL: https://github.com/apache/arrow-datafusion/issues/9748
### Describe the bug I uncovered an issue with PR #9730 where the trim() rust function was inadvertently dropped from the api when it previously existed. trim() still works for SQL but any existing code will break because it's missing. ### To Reproduce Existing code against previous DF will break with the missing rust trim() function. It'll still break because of the change in signature expr -> vec![expr] but that is expected. ### Expected behavior trim() function should be usable with the rust api. ### Additional context _No response_ -- 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]
