kgyrtkirk commented on PR #17101: URL: https://github.com/apache/druid/pull/17101#issuecomment-2358901892
This patch enables to get the native plan even in case the query is an explain - this enables quidem plan related commands to avoid executing the query in case pf !nativePlan !convertedPlan and similar. This is mostly usefull when there is some execution time issue with the plan. This change is also the first step to not use Calcite's Hook - instead rely on DruidHook; which is a non global; instead its a per injector instance. -- 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]
