gortiz opened a new pull request, #15025: URL: https://github.com/apache/pinot/pull/15025
Recently, in https://github.com/apache/pinot/pull/14848, we introduced a new way to visualize multi stage stats. This PR improves that visualization when spools are used. When spools are used, the execution flows is not a tree anymore but a direct acyclic graph (aka DAG). Although in this case we still duplicate stats in the json response, with this PR the visualization is presented as an actual DAG. With the new implementation the stats of the query ```sql SET useSpools=true; SELECT * FROM userAttributes as a1 JOIN userGroups as b ON a1.userUUID= b.userUUID JOIN userAttributes as a2 ON a2.userUUID = b.userUUID ``` are displayed as:  -- 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