LakshSingla commented on pull request #11908:
URL: https://github.com/apache/druid/pull/11908#issuecomment-972839405


   In accordance with the above suggestions, I have added a config option in 
the `PlannerConfig` which will allow the user to switch between the explain 
plan outputs. It can also be overridden on a per query basis. 
   By default the newer output would be visible. This default behavior can be 
changed by setting `druid.sql.planner.useLegacyDruidExplain = true` (by default 
this is false now)
   Irrespective of the default behavior set in the properties, the explain plan 
output can also be modified on a per query basis by setting the 
`useLegacyDruidExplain` to true or false in the query's context.


-- 
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]

Reply via email to