[
https://issues.apache.org/jira/browse/CASSANDRA-6766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037454#comment-14037454
]
Tyler Hobbs commented on CASSANDRA-6766:
----------------------------------------
Because you have to assume that you're always calling
{{someReversedTypeInstance.isValueCompatibleWith(someOtherType)}} (i.e.,
{{LongType.instance.isValueCompatibleWith(ReversedType.getInstance(LongType.instance))}}
would return false). With the current usage, that would work, but it seems
very prone to bugs.
> allow now() -> uuid compatibility
> ---------------------------------
>
> Key: CASSANDRA-6766
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6766
> Project: Cassandra
> Issue Type: Bug
> Components: API
> Reporter: Jonathan Ellis
> Assignee: Tyler Hobbs
> Priority: Minor
> Labels: cql
> Fix For: 2.0.9
>
> Attachments: 6766.txt
>
>
> Bad Request: Type error: cannot assign result of function now (type timeuuid)
> to id (type uuid)
--
This message was sent by Atlassian JIRA
(v6.2#6252)