Loknath Priyatham Teja Singamsetty created PHOENIX-3840:
------------------------------------------------------------
Summary: Functions extending FirstLastValueBaseFunction returning
NAME as null instead of actual function name
Key: PHOENIX-3840
URL: https://issues.apache.org/jira/browse/PHOENIX-3840
Project: Phoenix
Issue Type: Bug
Reporter: Loknath Priyatham Teja Singamsetty
Priority: Minor
The NTH_VALUE, FIRST_VALUE and other functions extending
FirstLastValueBaseFunction are printing NAME as null because in Java the member
variables are always binded to the reference type, the super class type
referencing to sub class object is using the super class member variable which
is initialised to null.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)