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/18 17:10:12 UTC

[GitHub] [incubator-pinot] buchireddy commented on a change in pull request #5892: Expose response stats in the Pinot client's BrokerResponse.

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



##########
File path: pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/PreparedStatement.java
##########
@@ -72,6 +72,15 @@ public ResultSetGroup execute() {
     return _connection.execute(new Request(_queryFormat, fillStatementWithParameters()));
   }
 
+  /**
+   * Executes this prepared statement and returns the BrokerResponse.
+   *
+   * @return The BrokerResponse received.
+   */
+  public BrokerResponse executeRequest() {

Review comment:
       @kishoreg @npawar I'm not super convinced with this name but can't think of a better name than this. Feel free to suggest something else.




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