accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Add unit test for SetEqualityIterator

Open keith-turner opened this issue 1 year ago • 2 comments

In #3513 a new iterator was added called SetEqualityIterator. This new iterator is used by conditional mutations to check if a set stored in the column qualifier is the same as expected before making an update. For example it supports use cases like the following.

  1. Read tablet metadata and see that it has files F1,F2,F3
  2. Create a mutation that deletes files F2, F3 and adds F4
  3. Add a condition to the mutation that the tablets current set of files must be F1,F2,F3 inorder to make the update. This condition will use the SetEqualityIterator

keith-turner avatar Jun 22 '23 21:06 keith-turner

May be best to do this after #3522

keith-turner avatar Jun 22 '23 21:06 keith-turner

I will look at this issue.

rsingh433 avatar Jan 22 '24 16:01 rsingh433

Closed by #4486

dlmarion avatar May 15 '24 17:05 dlmarion