Re: How to rename the column name in Cassandra tables

2018-08-23 Thread Rahul Singh
Which documentation are you referring to? Which version of Cassandra? https://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlAlterTable.html Renaming a column The main purpose of RENAME is to change the names of CQL-generated primary key and column names that are missing from a legacy table.

How to rename the column name in Cassandra tables

2018-08-13 Thread Irtiza Ali
Hello everyone, *Issue* Currently, we are facing an issue of renaming the Cassandra table's column name. According to the documentation, one can change the name of only those columns that are part of primary or clustering columns(keys). *Question* Is there any way to rename the name of *non-prim