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

Mikhail Stepura commented on CASSANDRA-7895:
--------------------------------------------

Committed, thanks

> ALTER TYPE <name> RENAME TO <name> no longer parses as valid cql
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-7895
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7895
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Russ Hatch
>            Assignee: Mikhail Stepura
>            Priority: Minor
>             Fix For: 2.1.0, 2.1.1
>
>         Attachments: CASSANDRA-2.1.0-7895.patch
>
>
> Type renaming seems to be broken. The error looks like perhaps the syntax has 
> changed or there's a problem parsing the cql.
> {noformat}
> cqlsh:test> create type foo (somefield int);
> cqlsh:test> alter type foo rename to bar;
> <ErrorMessage code=2000 [Syntax error in CQL query] message="line 1:22 no 
> viable alternative at input 'to' (alter type foo rename [to] bar...)">
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to