Wil Selwood created ACCUMULO-4132:
-------------------------------------

             Summary: TableOperations::listSplits returns Collection<Text> 
TableOperations::addSplits takes SortedSet<Text>
                 Key: ACCUMULO-4132
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4132
             Project: Accumulo
          Issue Type: Improvement
            Reporter: Wil Selwood
            Priority: Minor


When copying the splits from one table to another (we are re-encoding some of 
the data on route) the TableOperations::listSplits method returns a 
Collection<Text> however the TableOperations::addSplits method takes a 
SortedSet<Text>

Apart from the fact it will change the API this looks like a relatively simple 
change. If the API change is acceptable I should be able to provide a patch. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to