Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - API / Semantic Implementation
-
Low
-
Normal
-
User Report
-
All
-
None
-
Description
I noticed that when I type this:
CREATE MATERIALIZED VIEW ks.mv2 AS SELECT * FROM t WHERE k IS NOT NULL AND c1 IS NOT NULL AND c2 IS NOT NULL PRIMARY KEY (c1,k,c2) <TAB>
nothing happens after pressing tab, there should be options shown as for table case.
Attachments
Issue Links
- is related to
-
CASSANDRA-16640 Round out cqlsh completion test coverage
- Resolved
- links to