timsaucer opened a new pull request, #13346: URL: https://github.com/apache/datafusion/pull/13346
## Which issue does this PR close? This addresses one item of https://github.com/apache/datafusion/issues/13330 ## Rationale for this change Concat simplifier was not correctly combining the return types, so Utf8View was instead getting returned as Utf8, causing a schema failure. ## What changes are included in this PR? When combining schema in simplifier, follows the same rules to set the return type. ## Are these changes tested? Tested in unit tests and with tests in `datafusion-python` that identified the problem. Added additional checks in current unit test. ## Are there any user-facing changes? None -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org