Pasupathy M created PHOENIX-2045:
------------------------------------
Summary: 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: 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
Reporter: Pasupathy M
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)