Re: UUIDType

2011-11-21 Thread Guy Incognito
no particular reason, just wanting clarification b/c i saw a post (from ed anuff i think) about java.util.UUID being inconsistent with RFC4122, and this coming to light when looking at Cassandra's TimeUUIDType and LexicalUUIDType. so i wondered if cassandra's types were consistent with RFC4122

Re: UUIDType

2011-11-21 Thread Jonathan Ellis
I think that's correct, but why would you want to do that? On Sun, Nov 20, 2011 at 2:55 AM, Guy Incognito wrote: > am i correct that neither of Cassandra's UUIDTypes (at least in 0.7) compare > UUIDs according to RFC4122 (ie as two unsigned longs)? > -- Jonathan Ellis Project Chair, Apache Ca

UUIDType

2011-11-20 Thread Guy Incognito
am i correct that neither of Cassandra's UUIDTypes (at least in 0.7) compare UUIDs according to RFC4122 (ie as two unsigned longs)?