[
https://issues.apache.org/jira/browse/CASSANDRA-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869309#action_12869309
]
Sylvain Lebresne commented on CASSANDRA-699:
--------------------------------------------
{quote}
I've applied the three latest patches to the downloadable 0.6.1 source code
from http://cassandra.apache.org/download/ . The patches apply without any
issue but running ant release generates several compilation errors in class
org.apache.cassandra.thrift.Column.
{quote}
You'll need to run ant gen-thrift-java to regenerate the thrift bindings
(You'll need
to have the thrift compiler installed for that).
Also, there is a small bug in the patch attached here (see CASSANDRA-1109).
I'll upload a
new version tomorrow with the fix.
> Add (optional) expiration time for column
> ------------------------------------------
>
> Key: CASSANDRA-699
> URL: https://issues.apache.org/jira/browse/CASSANDRA-699
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Sylvain Lebresne
> Assignee: Sylvain Lebresne
> Fix For: 0.7
>
> Attachments: 699-1-Add-DeletedColumn-class.patch,
> 699-1-cassandra_0.6.1-Add-DeletedColumn-class.patch,
> 699-2-Add-optional-expiration-for-columns.patch,
> 699-2-cassandra_0.6.1-Add-optional-expiration-for-column.patch,
> 699-3-cassandra_0.6.1-Update-system-test-for-expiring-column.patch,
> 699-3-Update-system-test-for-expiring-column.patch
>
>
> Allow to attach an expiration time to a column.
> An expired column would act much like a 'markedForDelete' one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.