What would be returned in the following example?

Row with columns exists
Row is deleted (row tombstone)
Row key is recreated

Would columns that existed before the row delete/tombstone show back up in a 
read if the row key is recreated?
My assumption is that the row key tombstone timestamp is taken into 
consideration on the read path and all columns with timestamp less than key 
tombstone are ignored in the response.
I have not dug into the codebase yet.  If anyone can shed light on this 
question from their own experiences that would be helpful.

Thanks,

-Andrew

Reply via email to