Hi, I'm working on a project where we are needing to initiate a compaction upon deleting an entry or set of entries. Looking at the TableOperations.compact method, it asks for `start` and `end` parameters, which are meant to include all tablets contained between the ones where those two rows exist, not including the start; such that (start, end].
This is a bit confusing to my interpretation, as if I need to run a compaction where a single row was involved, the method suggests it will compact the tablets between row+1 and row. Is that interpretation correct, and if so, is that a proper way of utilizing this method? If not, what is the intended way of performing this type of task? Thank you, Jonathan Allison-Pacheco jpachec...@gmail.com