[
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 for the
NEXT and CURRENT keywords.
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}
was:
Due to changes in execution, I had to change the string value returned for the
NEXT and CURRENT keywords.
However, as the CURRENT function does not take a parameter, it 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: Istvan Toth
> Assignee: Istvan Toth
> Priority: Minor
>
> Due to changes in execution, I had to change the string value returned for
> the NEXT and CURRENT keywords.
> 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}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)