There is an open ticket for this
https://code.google.com/a/apache-extras.org/p/cassandra-jdbc/issues/detail?id=72
Cheers
-
Aaron Morton
Freelance Cassandra Consultant
New Zealand
@aaronmorton
http://www.thelastpickle.com
On 3/05/2013, at 1:57 AM, Robert Wille wrote:
> Just do
Just downloaded the latest Cassandra and JDBC driver. When I try to insert
UUID's into a column family, I get an exception.
Here's how I created the column family:
CREATE TABLE browse.tree (tree_id UUID PRIMARY KEY, activation_time
TIMESTAMP, tree_lock_id INT, sql_publication_id INT);
Here's som