hmsonline / storm-cassandra-cql

Storm Cassandra Bridge built on CQL
Apache License 2.0
43 stars 38 forks source link

CqlState object quietly overrides consistency level of statement objects. #22

Closed boneill42 closed 9 years ago

boneill42 commented 9 years ago

When statements are added to a batch, the statement level attributes are ignored. We should make it apparent that we are constructing a BatchStatement under the hood, whose consistency level overrides the statement objects.