Details
-
New Feature
-
Status: In Progress
-
Normal
-
Resolution: Unresolved
-
None
-
Semantic
-
Normal
-
All
-
None
Description
no matter Copy table with indexes or triggers under same keyspace or differenet.
The indexes and trigger name should be different from the source in case of conflict.
we need to
1.Adding cql parser for ALL/INDEXES/TRIGGER when doing create table like
2.Automatic completion of keywords(LIKE/ALL/INDEXES/TRIGGER) and function hints (the source table and target table explain_completion when doing table copy) at the cqlsh level.
in pylib/cqlshlib/cql3handling.py and the test in pylib/cqlshlib/test/test_cqlsh_completion.py.
Attachments
Issue Links
- is a child of
-
CASSANDRA-7662 Implement templated CREATE TABLE functionality (CREATE TABLE LIKE)
- In Progress