You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Gokcen Iskender (Jira)" <ji...@apache.org> on 2020/09/10 20:15:00 UTC

[jira] [Created] (PHOENIX-6120) Covered columns of indexes that have SINGLE_CELL_ARRAY_WITH_OFFSETS storage doesn't handle those columns

Gokcen Iskender created PHOENIX-6120:
----------------------------------------

             Summary: Covered columns of indexes that have SINGLE_CELL_ARRAY_WITH_OFFSETS storage doesn't handle those columns
                 Key: PHOENIX-6120
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6120
             Project: Phoenix
          Issue Type: Bug
            Reporter: Gokcen Iskender


Repro:
 # Create an index that has covered columns and the IMMUTABLE_STORAGE_SCHEME is SINGLE_CELL_ARRAY_WITH_OFFSETS
 # Upsert rows to data table
 # Query the covered column using index --> Null value is returned even though there is a value. 

IndexMaintainer has a 4 year old code that doesn't return a value for covered columns,



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