notfilippo commented on PR #11160: URL: https://github.com/apache/datafusion/pull/11160#issuecomment-2206428554
> The biggest challenge of making this kind of change I think will be to manage the rollout and migration with downstream crates / make the transition as smooth as possible. Completely agree. I will try to experiment with the user facing APIs (e.g. what's returned by the `schema()` method of structs implementing `TableSource` / `TableProvider`). I also think that most of the usage of `DataType` in physical and logical plans should be replaced with `TypeRelation`. I'll try to open a draft of what that would look like in comet in the coming days. -- 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]
