kgyrtkirk opened a new pull request, #17753: URL: https://github.com/apache/druid/pull/17753
This is a preparation refactor to step in the direction of moving the production point of the staged plan more closer to when the task is submitted. This change: * reduces the usages of the `MSQSpec#getQuery` usages as much as possible * remove usages of `MSQSpec` during the querykit planning phase * moved the top level QueryKit related planning code out from the `ControllerImpl` class into a standalone class * lots of minor changes to use `MSQSpec#getContext` instead of `MSQSpec.getQuery().getContext()` This change was produced with refactoring steps only - so it should work just like the old 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]
