Hello, everyone: As Jira CASSANDRA-7662 <https://issues.apache.org/jira/browse/CASSANDRA-7662> has described , we would like to introduce a new grammer " CREATE TABLE LIKE " ,which simplifies creating new tables duplicating the existing ones . The format may be like : CREATE TABLE <new_table> LIKE <old_table>
Before I implement this function, do you have any suggestions on this? Looking forward to your reply!