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

Jonathan Ellis commented on CASSANDRA-3792:
-------------------------------------------

Changes are up on https://github.com/jbellis/cassandra/tree/3792.  The first 
three commits are fairly self-explanatory; the last is the big one.  I've tried 
to avoid logic changes and just replace toSchema/fromSchema with "native" 
serialization.  To make that sane I added some helper methods (Column.create, 
QueryProcessor.resultify).  I also replaced KsDef/CfDef/ColumnDef with 
KsMetadata/CFMetadata/ColumnDefinition internally.

This is incomplete; FBUtilities has a couple methods stubbed out with "?".  I 
believe the rest compiles but I would be surprised if it works.  I won't have 
time to pick this back up again until next week, so I'm posting this as-is if 
someone wants to finish it before then.

I've also created CASSANDRA-4017 and CASSANDRA-4018 for further followup.
                
> add type information to new schema_ columnfamilies
> --------------------------------------------------
>
>                 Key: CASSANDRA-3792
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3792
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 1.1.0
>
>
> Should also fix the quotes that the current Thrift-based serialization embeds 
> in string schema data.

--
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