You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2022/04/01 05:29:00 UTC

[jira] [Commented] (PHOENIX-6679) PHOENIX-6665 changed column name for CURRENT seqence values

    [ https://issues.apache.org/jira/browse/PHOENIX-6679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515715#comment-17515715 ] 

Istvan Toth commented on PHOENIX-6679:
--------------------------------------

The script that links the PR back to the ticet is rather unreliable.

 

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



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