Jepson created PHOENIX-4651:
-------------------------------
Summary: alter table test modify column is not support
Key: PHOENIX-4651
URL: https://issues.apache.org/jira/browse/PHOENIX-4651
Project: Phoenix
Issue Type: New Feature
Affects Versions: 4.10.0
Reporter: Jepson
Modify the column type length, is very inconvenient, drop first ,the add.
Such as:
alter table jydw.test drop column name;
alter table jydw.test add name varchar(256);
The alter table test modify column sql is not support.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)