[ 
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.

  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}


> 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to