haridsv commented on code in PR #2176: URL: https://github.com/apache/phoenix/pull/2176#discussion_r2136880211
########## phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/PhoenixStatement.java: ########## @@ -2531,7 +2529,7 @@ public boolean execute(String sql) throws SQLException { } executeMutation(stmt, createAuditQueryLogger(stmt, sql)); flushIfNecessary(); - return false; + return isResultSetExpected(stmt); Review Comment: I already verified that if result set is expected, it will result in non-null empty RS. -- 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. To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org