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

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

[~bschoeni] materialized views are here from 3.0 included. I think we need to 
fix this for 3.0, 3.11, 4.0, 4.11 and trunk. Are you able to prepare all 5 
branches?

We should also add a test for completion. I am not completely sure what tests 
we have for that domain but if there are some for normal tables, we should just 
add some for mv's as well.

Please let me know if you are fine with doing this otherwise I try to take your 
patch and apply it myself, however, providing a test would be awesome for sure.

> 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
>            Reporter: Stefan Miklosovic
>            Priority: Normal
>
> 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