You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Wil Selwood (JIRA)" <ji...@apache.org> on 2016/02/03 15:32:39 UTC

[jira] [Created] (ACCUMULO-4132) TableOperations::listSplits returns Collection TableOperations::addSplits takes SortedSet

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)