[
https://issues.apache.org/jira/browse/CASSANDRA-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931020#action_12931020
]
Pavel Yaskevich commented on CASSANDRA-1687:
--------------------------------------------
Yes, I know that... I discovered an issue with thrift for row keys - if you
save a row key as different then utf8 type get does not work some how, but
"limit" shows that there is a key and it is properly encoded. I did following:
{code}
set Users[lexicaluuid()][name] = 'pavel'
get Users[lexicaluuid(<generated-uuid-here>)]
{code}
and got 0 results.
I think we can still support timeuuid() and lexicaluuid() functions as row keys
but they should be stored as utf8?...
> Add UUID functions to cli
> -------------------------
>
> Key: CASSANDRA-1687
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1687
> Project: Cassandra
> Issue Type: New Feature
> Components: Tools
> Reporter: Jonathan Ellis
> Assignee: Pavel Yaskevich
> Priority: Minor
> Fix For: 0.7.0
>
> Attachments: CASSANDRA-1687.patch
>
>
> Add timeuuid and lexicaluuid functions to the cli:
> set timeline[jbellis][timeuuid()] = ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.