You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kadir OZDEMIR (Jira)" <ji...@apache.org> on 2020/02/03 06:06:00 UTC

[jira] [Created] (PHOENIX-5710) dataEmptyKeyValueRef is not set correctly in IndexMaintainer

Kadir OZDEMIR created PHOENIX-5710:
--------------------------------------

             Summary: dataEmptyKeyValueRef is not set correctly in IndexMaintainer
                 Key: PHOENIX-5710
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5710
             Project: Phoenix
          Issue Type: Improvement
    Affects Versions: 4.14.3, 5.0.0
            Reporter: Kadir OZDEMIR
            Assignee: Kadir OZDEMIR


I noticed that the following line in IndexMaintainer.initCachedState() :

dataEmptyKeyValueRef = new ColumnReference(emptyKeyValueCFPtr.copyBytesIfNecessary(), emptyKvQualifier);

This is incorrect. It should have been the following:

dataEmptyKeyValueRef = new ColumnReference(dataEmptyKeyValueCF, emptyKvQualifier);



--
This message was sent by Atlassian Jira
(v8.3.4#803005)