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

Stefan Miklosovic edited comment on CASSANDRA-17879 at 9/21/22 1:53 PM:
------------------------------------------------------------------------

I am not sure about the "column family" removal. First we should try to add it 
there without any changes. Then we can contemplate about the removal in the 
other ticket. However, to re-iterate once again, I do not think we are going to 
remove anything here, mostly for backward compatibility reasons. 

Could you please also check since where this issue is in? I think that 
materialized views were added around times of 3.6 or 3.8, not sure at all tbh.


was (Author: smiklosovic):
I am not sure about the "column family" removal. First we should try to add it 
there without any changes. Then we can contemplate about the removal in the 
other ticket. However, to re-iterate once again, I do not think we are going to 
remove anything here, mostly for backward compatibility reasons. 

> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to