KARTIK64-rgb commented on issue #18020: URL: https://github.com/apache/datafusion/issues/18020#issuecomment-3939238558
Hi! I’d really like to work on this issue. From what I understand, the problem is that when concat() receives array arguments, it currently concatenates their string representations instead of behaving like array_concat() and returning a properly merged flat array. I’m planning to review the concat function’s dispatch logic and add a check to ensure array-type inputs are handled the right way. Could I please be assigned this issue? Thanks! -- 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]
