Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-11820

Altering a column's type causes EOF

    XMLWordPrintableJSON

Details

    • Normal

    Description

      While working on CASSANDRA-10309, I was testing altering columns' types. This series of operations fails:

      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
      

      Tried this on 3.0 and trunk, both fail.

      Attachments

        Issue Links

          Activity

            People

              slebresne Sylvain Lebresne
              carlyeks Carl Yeksigian
              Sylvain Lebresne
              Tom Hobbs
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: