milenkovicm opened a new pull request, #22241: URL: https://github.com/apache/datafusion/pull/22241
## Which issue does this PR close? - does not close the issue. ## Rationale for this change Working on #22151 it seams that `QueryPlanner` should extend `Any` in order to be downcastad to actual implementation. The main reason behind cast is to support runtime change of inner query planner. ## What changes are included in this PR? - trait `QueryPlanner` extends `Any` ## Are these changes tested? Using existing tests ## Are there any user-facing changes? this would be backward incompatible change -- 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]
