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

Jonathan Ellis commented on CASSANDRA-4170:
-------------------------------------------

+1
                
> cql3 ALTER TABLE ALTER TYPE has no effect
> -----------------------------------------
>
>                 Key: CASSANDRA-4170
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4170
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API, Core
>    Affects Versions: 1.1.0
>            Reporter: paul cannon
>            Assignee: Sylvain Lebresne
>              Labels: cql3
>             Fix For: 1.1.0
>
>         Attachments: 4170.txt
>
>
> running the following with cql3:
> {noformat}
> CREATE TABLE test (foo text PRIMARY KEY, bar int);
> ALTER TABLE test ALTER bar TYPE float;
> {noformat}
> does not actually change the column type of bar. It does under cql2.
> Note that on the current cassandra-1.1.0 HEAD, this causes an NPE, fixed by 
> CASSANDRA-4163. But even with that applied, the ALTER shown here has no 
> effect.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to