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

Sylvain Lebresne commented on CASSANDRA-8877:
---------------------------------------------

bq. If we make this dependent on CASSANDRA-7396, would we only support it for 
single-element lookup, or would it be supported for slice syntax as well? If we 
support it for slices, we will need to do what you suggest anyway (return a 
list).

Yeah, basically it's a given that post-CASSANDRA-7396 we'll support this for 
single-element lookup (doing so is still separate from CASSANDRA-7396 but it's 
definitively a followup of it). The question is whether we want to support it 
on full collections or slice of them (which is really the same thing, if we 
support one, we'll support the other one) by returning a list. Part of me 
thinks it could be neat to do so as it's imo a relatively natural extension, 
but on the other side it's maybe not all that useful in practice. I guess I 
don't mind strongly either way: if someone comes up with a patch for it (the 
"return a list when applied on a collection" part), I'm fine going it with it.

> Ability to read the TTL and WRTIE TIME of an element in a collection
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-8877
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8877
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Drew Kutcharian
>            Assignee: Benjamin Lerer
>            Priority: Minor
>             Fix For: 3.0
>
>
> Currently it's possible to set the TTL and WRITE TIME of an element in a 
> collection using CQL, but there is no way to read them back. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to