alamb commented on issue #11766: URL: https://github.com/apache/datafusion/issues/11766#issuecomment-2263900689
Thanks @dharanad --- I would recommend starting with a test in `string_view.slt` that shows the problem Then I would recommend trying to change the coercion logic so the arguments are coerced to `Utf8` (not `Utf8view`) to get the query passing Then in a second PR (or maybe even ticket) we can figure out how to implement the native opreration of concat (that is likely much tricker than coercing) -- 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]
