[ 
https://issues.apache.org/jira/browse/CASSANDRA-17879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17611232#comment-17611232
 ] 

Stefan Miklosovic commented on CASSANDRA-17879:
-----------------------------------------------

Right ... there is a nice doco about that here 
[https://cassandra.apache.org/_/development/how_to_commit.html]

Basically, what you ideally do is that you fix it in cassandra-3.0, then you 
merge it up to cassandra-3.11 and resolve conflicts if any, then you merge up 
to 4.0, 4.1 and finally trunk, as it is shown in docs.

If you are really not up to it, let me know and I ll do that but it would be 
nice to have a patch for cassandra-3.0 so I will try to merge it up to trunk on 
my own.

> It is not possible to autocomplete "WITH" when creating materialized view
> -------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17879
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17879
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL/Interpreter
>            Reporter: Stefan Miklosovic
>            Assignee: Brad Schoening
>            Priority: Normal
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I noticed that when I type this:
> {code}
> 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>
> {code}
> nothing happens after pressing tab, there should be options shown as for 
> table case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to