1

私はcassandra1.1.6から読み込もうとしています。これはcassandra-cliのスクリプトです

CREATE COLUMN FAMILY aaa
with column_type = 'Standard'
and comparator = 'UTF8Type'
and default_validation_class = 'UTF8Type'
and key_validation_class = 'CompositeType(UTF8Type,UTF8Type)';

倹約して読もうとした時

c1.getColumn().getValue()

またはと

client.get_slice(toByteBuffer(rowKey), parent, predicate, ConsistencyLevel.ONE);

次の例外が発生します。

Exception in thread "main" InvalidRequestException(why:Not enough bytes to read value of component 0) 
4

0 に答える 0