Just wanted to note that I'm getting a BufferUnderflowException in org.apache.gora.cassandra.query.CassandraColumn in fromByteBuffer().
I've seen this problem before (see my answer for http://stackoverflow.com/questions/11318834/store-and-retrieve-a-float-to-from-cassandra-using-hector ). Basically, the value in the ByteBuffer doesn't start at offset 0 (where the serializer expects it to). As a result, the deserialization returns the wrong answer and/or the exception is thrown. I haven't had a chance to download the source, let alone build it yet, but in case somebody else is putting together a nightly build or something this would be great to include. Thanks - Chris

