[
https://issues.apache.org/jira/browse/PHOENIX-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-2045:
----------------------------------
Fix Version/s: 4.8.0
> Metadata for tables that has index has null columns
> ---------------------------------------------------
>
> Key: PHOENIX-2045
> URL: https://issues.apache.org/jira/browse/PHOENIX-2045
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.4.0
> Environment: Phoenix 4.4/ Hbase 1.1
> Reporter: Pasupathy M
> Fix For: 4.8.0
>
>
> We have a table
> create table t1(x varchar primary key, y integer)
> and an index is created
> create index y_index on t1(y)
> While query phoenix metadata, it returns a null column as well
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)