-
Bug
-
Resolution: Done
-
Major
-
1.9.0.Final
-
None
-
False
-
None
-
False
There is a bug in Cassandra3CommitLogReadHandlerImpl upon handling partition deletions. In order to remove partition key columns metadata to iterate over regular columns only, the returned values from driver's 4 method does not support removal as it is throwing exception. We just need to wrap it to another array list.