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

Abhishek Dharmapurikar commented on CASSANDRA-7190:
---------------------------------------------------

Does the schema.cql work for dropped static columns?
I looked around in the code and checked with a test that we do not add whether 
the column was static in the dropped column. 

Steps 

a) Create a table which includes a static column. Add few entries to it.
b) A nodetool flush (creating a mc-1 table)
c) Drop the static column
d) A nodetool snapshot.
The newly created schema.cql file would have this column created as a regular 
column. If schema is created with this and sstableloader is run it fails with 
stream error (likely the server doesn't expect a static column as streamed by 
the sstableloader).
Any way around this? 

> Add schema to snapshot manifest
> -------------------------------
>
>                 Key: CASSANDRA-7190
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7190
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Materialized Views, Tools
>            Reporter: Jonathan Ellis
>            Assignee: Alex Petrov
>            Priority: Minor
>              Labels: client-impacting, doc-impacting, lhf
>             Fix For: 3.0.9, 3.10
>
>
> followup from CASSANDRA-6326



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to