/* test */
Cluster cluster = HFactory.getOrCreateCluster(clusterName, host);
assertThat(cluster.describeKeyspace("compositeKeyspace").getCfDefs().get(1).getName(),
is("columnFamilyWithRowKeyCompositeType"));
assertThat(
cluster.describeKeyspace("compositeKeyspace").getCfDefs().get(1).getKeyValidationClass(),
is("org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.LongType,org.apache.cassandra.db.marshal.UTF8Type)"));
Keyspace keyspace = HFactory.createKeyspace("compositeKeyspace", cluster);
SliceQuery<Composite, String, String> query = HFactory.createSliceQuery(keyspace, new CompositeSerializer(),