asubiotto opened a new issue, #20906: URL: https://github.com/apache/datafusion/issues/20906
### Describe the bug If a column has e.g. a `List<Struct>`, the adapter falls through to the default case: https://github.com/apache/datafusion/blob/8b412deaca33ec79f4982019379f3c8e538ab650/datafusion/physical-expr-adapter/src/schema_rewriter.rs#L504 Which does not allow struct field evolution. This behavior is unexpected. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
