hmsonline / storm-cassandra-cql

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

Adding case when mapper decide not to update #14

Closed taikhuu closed 10 years ago

taikhuu commented 10 years ago

I add a check if the return statement is null then we ignore the commit and add a getPartitionsKeys in the PersistedState interface

boneill42 commented 10 years ago

LGTM -- Nice work.