virajjasani commented on code in PR #2199: URL: https://github.com/apache/phoenix/pull/2199#discussion_r2163131832
########## phoenix-core-client/src/main/java/org/apache/phoenix/execute/MutationState.java: ########## @@ -2393,7 +2402,8 @@ public boolean isEmpty() { } public enum ReturnResult { - ROW + ROW, + OLD_ROW Review Comment: Let me make this change tomorrow. -- 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