You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Mujtaba Chohan (JIRA)" <ji...@apache.org> on 2017/01/24 20:35:26 UTC

[jira] [Updated] (PHOENIX-3624) Empty array element returned with immutable encoding scheme

     [ https://issues.apache.org/jira/browse/PHOENIX-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mujtaba Chohan updated PHOENIX-3624:
------------------------------------
    Assignee: Samarth Jain

> 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
>
> {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.4#6332)