[ 
https://issues.apache.org/jira/browse/CASSANDRA-11820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylvain Lebresne updated CASSANDRA-11820:
-----------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.0.x)
                       (was: 3.x)
                   3.9
                   3.0.9
           Status: Resolved  (was: Patch Available)

Fixed the test logic and re-ran CI on both 3.0 and 3.9 branch (skipped trunk 
because it's == to 3.9 at this point):

| [11820-3.0|https://github.com/pcmanus/cassandra/commits/11820-3.0] | 
[utests|http://cassci.datastax.com/job/pcmanus-11820-3.0-testall] | 
[dtests|http://cassci.datastax.com/job/pcmanus-11820-3.0-dtest] |
| [11820-3.9|https://github.com/pcmanus/cassandra/commits/11820-3.9] | 
[utests|http://cassci.datastax.com/job/pcmanus-11820-3.9-testall] | 
[dtests|http://cassci.datastax.com/job/pcmanus-11820-3.9-dtest] |

Doesn't seem to have any failure related to the patch, so committed. Thanks.


> Altering a column's type causes EOF
> -----------------------------------
>
>                 Key: CASSANDRA-11820
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11820
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Carl Yeksigian
>            Assignee: Sylvain Lebresne
>             Fix For: 3.0.9, 3.9
>
>
> While working on CASSANDRA-10309, I was testing altering columns' types. This 
> series of operations fails:
> {code}
> CREATE TABLE test (a int PRIMARY KEY, b int)
> INSERT INTO test (a, b) VALUES (1, 1)
> ALTER TABLE test ALTER b TYPE BLOB
> SELECT * FROM test WHERE a = 1
> {code}
> Tried this on 3.0 and trunk, both fail.



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

Reply via email to