tshauck opened a new pull request, #12138: URL: https://github.com/apache/datafusion/pull/12138
## Which issue does this PR close? Closes #11855 ## Rationale for this change The Utf8View type are currently cast into Utf8 types. This PR updates the `lower` (and `upper`) functions(s) to support the type natively. ## What changes are included in this PR? Added a specific path for Utf8Views to upper and lower. ## Are these changes tested? Yes, updated the `EXPLAIN` tests to show no cast is performed. Also basic tests to show the actual transformation is done on the utf8view type. ## Are there any user-facing changes? No -- 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]
