gortiz commented on PR #14193:
URL: https://github.com/apache/pinot/pull/14193#issuecomment-2402078839

   I was thinking about this feature and I think it may be better to have 
something like an `explainMode` option instead of having a boolean option. The 
main advantages are:
   1. If in the future we add other modes, we can use the same property. We 
could even think about implementing `EXPLAIN IMPLEMENTATION PLAN` as a normal 
`EXPLAIN PLAN` with a different option.
   2. We could use that property to unify all query engines. For example, we 
could modify single-stage query engine to return this kind of plan if the 
option is provided. Given we are working on a timeseries engine now, there may 
be even more cases like that in the future 


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