buchireddy commented on a change in pull request #5892: URL: https://github.com/apache/incubator-pinot/pull/5892#discussion_r473389458
########## 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: This isn't applicable anymore as per the latest change. ---------------------------------------------------------------- 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