Re: Modify Column Name using Alter Command

2017-05-21 Thread James Taylor
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.CATAL

Modify Column Name using Alter Command

2017-05-19 Thread Siddharth Ubale
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.ht

Modify Column Name using Alter Command

2017-05-19 Thread Siddharth Ubale
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.htm