adriangb commented on PR #19505: URL: https://github.com/apache/datafusion/pull/19505#issuecomment-3696783042
> Is there any way to leave the old API in place for a few releases to give people time to migrate? We already have a bunch of API changes queued up for 52 I think > > Like what about doing something like this? I don't think there's a great way to do that without quite a bit of faff for everyone. In particular for the `simplify()` method we'd have to add a new method, deprecate the existing one, etc. And I don't think we can create a `SimplifyContext` from a `SimplifyInfo` since the latter doesn't expose the `DFSchema` directly, only `ExecutionProps` and methods for checking nullability, etc. -- 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]
