Hi all,
Using sstable2json I found that some of my sstables contains empty rows such as:
"key1": {"SC1": {"deletedAt": -9223372036854775808, "subColumns": []}},
"key2": {},
...
I can't understand when and why a flush operation would generate such an empty rows.
If it supposed to mean that all data for that keys is deleted wouldn't I suppose to see tombstones here??
Can someone give me an example of when this kind of rows can be generated?
Thanks,
Or.
