wiedld commented on issue #12560: URL: https://github.com/apache/datafusion/issues/12560#issuecomment-2380421743
In [fixing one of the schema-metadata-drops](https://github.com/apache/datafusion/pull/12658), I ended by triggering the `Physical input schema should be the same as the one converted from logical input schema.` error in a test case. I feel like [this introduced check](https://github.com/apache/datafusion/blob/322d83526909ab44cfbe34b982d1a1c36a4dbe8f/datafusion/core/src/physical_planner.rs#L676) is inadvertently surfacing other schema-handling bugs that we have. Note that I'm unclear if the reproducer I found is a bug, or if we expect additional metadata changes on physical plan creation (not familiar with that part of the code). -- 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]
