gortiz opened a new pull request, #13724:
URL: https://github.com/apache/pinot/pull/13724

   This PR doesn't actually change the semantics but split 
`QueryDispatcher.submit` into different methods. 
   
   The only actual change is to apply a sublist to `stagePlans` to have a view 
where the root stage is not included. By doing that the code is simplified in a 
way we only need to use this list instead of taking care of whether we are 
using  `i+1`, `numStages`, etc. Some parts could be simplified even more for 
example using parallel streams, but I prefer to be conservative in the changes.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to