You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2012/11/26 17:28:58 UTC

[jira] [Updated] (CASSANDRA-4992) TTL/WRITETIME function against collection column returns invalid value

     [ https://issues.apache.org/jira/browse/CASSANDRA-4992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-4992:
----------------------------------------

    Attachment: 4992.txt

Simple patch attached to just refuse said function on collection columns.
                
> TTL/WRITETIME function against collection column returns invalid value
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-4992
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4992
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.2.0 beta 2
>            Reporter: Yuki Morishita
>            Priority: Minor
>             Fix For: 1.2.0 rc1
>
>         Attachments: 4992.txt
>
>
> Since we cannot query individual content of collection in 1.2, TTL/WRITETIME function on collection column does not make sense. But currently we can perform those function on collection and get deserialization error like:
> {code}
> value '\x00\x03\x00\x01c\x00\x01b\x00\x01a' (in col 'writetime(l)') can't be deserialized as bigint: unpack requires a string argument of length 8
> {code}
> Looks like it tries to deserialize whole list/set/map content as bigint for WRITETIME and int for TTL.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira