-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Unexpected behavior on getRangeKeys:
Fatal error: Call to undefined method TBinaryProtocol::BBBB��M�3„Š��() in /.../pandra/lib/thrift/packages/cassandra/cassandra_types.php on line 1069
Code snippet:
$res=PandraCore::getRangeKeys(
'myNS',
array('start'=>'','finish'=>''),
new cassandra_ColumnParent(array(
'column_family' => 'myCF',
)),
new PandraSlicePredicate(
PandraSlicePredicate::TYPE_RANGE,
array('start' => '',
'finish' => '',
'count' => '',
'reversed' => false))
);
Any idea?
Metadata
Metadata
Assignees
Labels
No labels