[ https://issues.apache.org/jira/browse/PHOENIX-6679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth updated PHOENIX-6679: --------------------------------- Description: Due to changes in execution, I had to change the string value returned by SequenceValueExpression (which is used as the column name) However, as the CURRENT keyword does not take a parameter, the column name should have remained the same. Fix the column names, so that we return {code:java} CURRENT VALUE FOR MYSEQUENCE{code} instead of {code:java} CURRENT[1] VALUE(S) FOR MYSEQUENCE{code} again. The column names for NEXT VALUE(S) were also changed, but that cannot be avoided. was: Due to changes in execution, I had to change the string value returned by SequenceValueExpression (which is used as the column name) However, as the CURRENT keyword does not take a parameter, the column name should have remained the same. Fix the column names, so that we return {code:java} CURRENT VALUE FOR MYSEQUENCE{code} instead of {code:java} CURRENT[1] VALUE(S) FOR MYSEQUENCE{code} again. The column names for NEXT VALUE(S) were also changed, but that canot be avoided. > PHOENIX-6665 changed column name for CURRENT seqence values > ----------------------------------------------------------- > > Key: PHOENIX-6679 > URL: https://issues.apache.org/jira/browse/PHOENIX-6679 > Project: Phoenix > Issue Type: Bug > Components: core > Affects Versions: 5.2.0 > Reporter: Romil Choksi > Assignee: Istvan Toth > Priority: Minor > > Due to changes in execution, I had to change the string value returned by > SequenceValueExpression (which is used as the column name) > However, as the CURRENT keyword does not take a parameter, the column name > should have remained the same. > Fix the column names, so that we return > {code:java} > CURRENT VALUE FOR MYSEQUENCE{code} > instead of > {code:java} > CURRENT[1] VALUE(S) FOR MYSEQUENCE{code} > again. > The column names for NEXT VALUE(S) were also changed, but that cannot be > avoided. -- This message was sent by Atlassian Jira (v8.20.1#820001)