[
https://issues.apache.org/jira/browse/PHOENIX-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850953#comment-15850953
]
Thomas D'Silva commented on PHOENIX-3624:
-----------------------------------------
In case we add more serialization schemes, should we check if the immutable
storage scheme != ONE_CELL_PER_COLUMN? and then create the
SingelCellColumnExpression.
> Empty array element returned with immutable encoding scheme
> -----------------------------------------------------------
>
> Key: PHOENIX-3624
> URL: https://issues.apache.org/jira/browse/PHOENIX-3624
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Mujtaba Chohan
> Assignee: Samarth Jain
> Attachments: PHOENIX-3624.patch
>
>
> {noformat}
> CREATE TABLE regions (region_name VARCHAR PRIMARY KEY,zip VARCHAR ARRAY[10])
> IMMUTABLE_ROWS=true;
> UPSERT INTO regions(region_name,zip) VALUES('SF Bay
> Area',ARRAY['94115','94030','94125']);
> {noformat}
> Selecting any element of zip array doesn't work for immutable encoded table
> (works fine with mutable encoding)
> {noformat}
> SELECT zip[2] FROM regions;
> +---------------------+
> | ARRAY_ELEM(ZIP, 2) |
> +---------------------+
> | |
> +---------------------+
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)