This is expected when using Cassandra. As it deletes by writing tombstones, data still exists until the next compaction. In the end, it will be complete, but your application code should know that the empty line is the same as the deleted line.
source share