Istvan Toth created PHOENIX-6679:
------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)