buchireddy commented on a change in pull request #5892: URL: https://github.com/apache/incubator-pinot/pull/5892#discussion_r474292579
########## File path: pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/ResultSetGroup.java ########## @@ -28,6 +28,7 @@ */ public class ResultSetGroup { private final List<ResultSet> _resultSets; + private final ResultSetStats _resultSetStats; Review comment: A single query only has one set of stats. AFAIK, `ResultSet` is a list because Pinot sends a separate set of results for each group when there is `groupBy` but that doesn't mean there will be multiple response stats. @fx19880617 correct me if my understanding isn't correct. ---------------------------------------------------------------- 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. 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