haridsv commented on code in PR #2199: URL: https://github.com/apache/phoenix/pull/2199#discussion_r2163059060
########## 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: May be these should be renamed like this? ```suggestion NEW_ROW_ON_SUCCESS, OLD_ROW_ALWAYS ``` -- 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