mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts: src/java/org/apache/cassandra/cql3/Tuples.java
This commit is contained in:
commit
ea02b69001
|
|
@ -308,9 +308,6 @@ public class Tuples
|
|||
public Value bind(QueryOptions options) throws InvalidRequestException
|
||||
{
|
||||
ByteBuffer value = options.getValues().get(bindIndex);
|
||||
if (value == null)
|
||||
return null;
|
||||
|
||||
return value == null ? null : Value.fromSerialized(value, (TupleType)receiver.type);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue