Matt Kopit created CASSANDRA-13276:
--------------------------------------
Summary: Regression on CASSANDRA-11416: can't load snapshots of
tables with dropped columns
Key: CASSANDRA-13276
URL: https://issues.apache.org/jira/browse/CASSANDRA-13276
Project: Cassandra
Issue Type: Bug
Reporter: Matt Kopit
I'm running Cassandra 3.10 and running into the exact same issue described in
CASSANDRA-11416:
1. A table is created with columns 'a' and 'b'
2. Data is written to the table
3. Drop column 'b'
4. Take a snapshot
5. Drop the table
6. Run the snapshot schema.cql to recreate the table and the run the alter
7. Try to restore the snapshot data using sstableloader
sstableloader yields the error:
java.lang.RuntimeException: Unknown column b during deserialization
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)