phillipleblanc opened a new pull request, #13462: URL: https://github.com/apache/datafusion/pull/13462
## Which issue does this PR close? Closes #13461 ## Rationale for this change Now that Utf8View is being returned by DataFusion, we need to ensure that when we encounter it as part of unparsing an expression, we support it properly. ## What changes are included in this PR? Correctly maps the Utf8View Arrow data type to the existing Utf8 type for unparsing. ## Are these changes tested? Yes ## Are there any user-facing changes? No API changes. -- 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]
