tshauck commented on issue #11836: URL: https://github.com/apache/datafusion/issues/11836#issuecomment-2274325591
That's a good one to reference... You also might consider looking at https://github.com/apache/datafusion/pull/11787, which similar to this `concat` func in that you have to consider multiple arguments and their types (e.g. concat'ing a UTF8View with a UTF8). It also has sqllogictests (slt), which it'd be nice to new PRs to have. -- 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]
