timsaucer opened a new issue, #13330: URL: https://github.com/apache/datafusion/issues/13330
### Is your feature request related to a problem or challenge? These functions are failing when passing in a string view instead of a string. Now that string view is the default type, it is causing some regressions on existing code that have to be modified. ### Describe the solution you'd like Add options of passing in string view to these: - [ ] ArrayToString - [ ] NamedStructFunc - [ ] DateBinFunc (I couldn't quite track down where the Utf->Interval or Timestamp conversion occurs - [ ] BitLengthFunc - [ ] ConcatFunc (gives error on optimizer not matching schema) - [ ] EncodeFunc ### Describe alternatives you've considered _No response_ ### Additional context These were discovered during the `datafusion-python` migration to DF43.0.0. This commit is where I made adjustments in that repo to account for these: https://github.com/apache/datafusion-python/pull/905/commits/fcb5f968e3f11cbcdf77d4c86e5d437de7427f11 -- 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]
