Currently you cannot rename a column, however PHOENIX-1598 laid the groundwork for this by putting a level of indirection between the HBase column qualifier and the Phoenix column name [1]. It would be great if someone could pick up PHOENIX-2341 as it'd just be a matter of updating the SYSTEM.CATALOG entry for a column to rename it.
Thanks, James [1] http://phoenix.apache.org/columnencoding.html On Fri, May 19, 2017 at 6:34 AM, Siddharth Ubale < siddharth.ub...@syncoms.com> wrote: > > > Hi, > > > > We have a use case where we would like to modify the column name of our > phoenix table based on a specific criteria. > > The documentation says that Alter command *“ **Alters an existing table > by adding or removing columns or updating table options ” > (https://phoenix.apache.org/language/index.html#alter > <https://phoenix.apache.org/language/index.html#alter>) . * > > However, Is it possible though that I can modify a column name in my > phoenix table or is anyone working on it or is there a fix for this ? > > PLs do let me know. > > > > Thank, > > Siddharth Ubale, > > >