tkhurana commented on code in PR #2008: URL: https://github.com/apache/phoenix/pull/2008#discussion_r1840927245
########## phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/PhoenixStatement.java: ########## @@ -623,9 +623,19 @@ public Pair<Integer, Tuple> call() throws SQLException { throw new UpgradeRequiredException(); } state = connection.getMutationState(); - plan = stmt.compilePlan(PhoenixStatement.this, Sequence.ValueOp.VALIDATE_SEQUENCE); isUpsert = stmt instanceof ExecutableUpsertStatement; isDelete = stmt instanceof ExecutableDeleteStatement; + if (isDelete && connection.getAutoCommit() && Review Comment: Sorry, scratch that comment. -- 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