Skip to content

Commit 2fa2d20

Browse files
authored
documents delete rows removes splits (#5371)
1 parent 5665819 commit 2fa2d20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ void merge(String tableName, Text start, Text end)
277277
throws AccumuloException, AccumuloSecurityException, TableNotFoundException;
278278

279279
/**
280-
* Delete rows between (start, end]
280+
* Delete rows between (start, end]. This operation may remove some of the table splits that fall
281+
* within the range.
281282
*
282283
* @param tableName the table to merge
283284
* @param start delete rows after this, null means the first row of the table

0 commit comments

Comments
 (0)