This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push: new 2fa2d20b52 documents delete rows removes splits (#5371) 2fa2d20b52 is described below commit 2fa2d20b52caa79f12a7fb931c01788cf613b269 Author: Keith Turner <ktur...@apache.org> AuthorDate: Fri Feb 28 19:07:50 2025 -0500 documents delete rows removes splits (#5371) --- .../java/org/apache/accumulo/core/client/admin/TableOperations.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java index fc3734c0bc..aca524c4d5 100644 --- a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java +++ b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java @@ -277,7 +277,8 @@ public interface TableOperations { throws AccumuloException, AccumuloSecurityException, TableNotFoundException; /** - * Delete rows between (start, end] + * Delete rows between (start, end]. This operation may remove some of the table splits that fall + * within the range. * * @param tableName the table to merge * @param start delete rows after this, null means the first row of the table