You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2022/03/21 05:46:33 UTC

[GitHub] [phoenix] stoty opened a new pull request #1406: PHOENIX-6665 PreparedStatement#getMetaData() fails on parametrized "s…

stoty opened a new pull request #1406:
URL: https://github.com/apache/phoenix/pull/1406


   …elect next ? values for SEQ"


-- 
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-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [phoenix] stoty closed pull request #1406: PHOENIX-6665 PreparedStatement#getMetaData() fails on parametrized "s…

Posted by GitBox <gi...@apache.org>.
stoty closed pull request #1406:
URL: https://github.com/apache/phoenix/pull/1406


   


-- 
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-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [phoenix] stoty commented on pull request #1406: PHOENIX-6665 PreparedStatement#getMetaData() fails on parametrized "s…

Posted by GitBox <gi...@apache.org>.
stoty commented on pull request #1406:
URL: https://github.com/apache/phoenix/pull/1406#issuecomment-1073648456


   SequenceBulkAllocationIT.testMultipleDifferentExpressionsForSameSequence failures seem relevant.


-- 
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-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [phoenix] joshelser commented on a change in pull request #1406: PHOENIX-6665 PreparedStatement#getMetaData() fails on parametrized "s…

Posted by GitBox <gi...@apache.org>.
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: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org