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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org