alamb commented on issue #16903: URL: https://github.com/apache/datafusion/issues/16903#issuecomment-3693954970
> [@alamb](https://github.com/alamb) yeah, we added a cast to make the output as utf There is also https://datafusion.apache.org/user-guide/configs.html` datafusion.optimizer.expand_views_at_output | false | When set to true, if the returned type is a view type then the output will be coerced to a non-view. Coerces Utf8View to LargeUtf8, and BinaryView to LargeBinary. -- | -- | -- datafusion.optimizer.expand_views_at_output -- 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]
