joshelser commented on a change in pull request #1406:
URL: https://github.com/apache/phoenix/pull/1406#discussion_r831248453



##########
File path: phoenix-core/src/main/java/org/apache/phoenix/schema/Sequence.java
##########
@@ -63,7 +63,7 @@
 public class Sequence {
     public static final int SUCCESS = 0;
     
-    public enum ValueOp {VALIDATE_SEQUENCE, INCREMENT_SEQUENCE};
+    public enum ValueOp {VALIDATE_SEQUENCE, INCREMENT_SEQUENCE, NOOP};

Review comment:
       Nit: would be good to add documentation here for how each of these are 
used.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to