You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/08/20 18:01:23 UTC

[GitHub] [incubator-pinot] KKcorps commented on a change in pull request #5892: Expose ResultSetStats in the Pinot client's ResultSetGroup

KKcorps commented on a change in pull request #5892:
URL: https://github.com/apache/incubator-pinot/pull/5892#discussion_r474172950



##########
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:
       This should be a List as well since ResultSet is a list




----------------------------------------------------------------
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:
users@infra.apache.org



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