You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Russ Hatch (JIRA)" <ji...@apache.org> on 2014/09/06 01:26:28 UTC

[jira] [Created] (CASSANDRA-7895) ALTER TYPE RENAME TO no longer parses as valid cql

Russ Hatch created CASSANDRA-7895:
-------------------------------------

             Summary: 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


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)