blaginin opened a new pull request, #13452: URL: https://github.com/apache/datafusion/pull/13452
## Which issue does this PR close? Closes #12291 ## Rationale for this change Currently, we don't attempt to coerce inner list types, and so this works (although it shouldn't) ```sql SELECT make_array(2) x UNION ALL SELECT make_array(now()) x; ``` ## What changes are included in this PR? Now we’ll try to coerce inner types instead of just using the type of the first array. ## Are these changes tested? Yes, added a test ## Are there any user-facing changes? No -- 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]
