James Taylor created PHOENIX-851:
------------------------------------
Summary: Cleanup schema definition of enums in SYSTEM.CATALOG
Key: PHOENIX-851
URL: https://issues.apache.org/jira/browse/PHOENIX-851
Project: Phoenix
Issue Type: Bug
Affects Versions: 3.0.0, 4.0.0
Reporter: James Taylor
Assignee: James Taylor
Priority: Minor
We have an opportunity to cleanup the schema a bit for 3.0/4.0, as we have a
different schema table (with conversion from the existing schema table in
2.2.x). We have multiple, different ways of representing a enum:
VIEW_TYPE UNSIGNED_TINYINT
LINK_TYPE UNSIGNED_TINYINT
INDEX_STATE CHAR(1)
TABLE_TYPE CHAR(1)
All of these should really be the same, declared as a TINYINT.
--
This message was sent by Atlassian JIRA
(v6.2#6252)