This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 78cf67292d Merge branch '2.1'
add 2b6ee58809 Validation check for KeyExtents (#5197)
new fb83c5f29c Merge branch '2.1'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/clientImpl/bulk/LoadMappingIterator.java | 25 ++-
.../clientImpl/bulk/LoadMappingIteratorTest.java | 175 +++++++++++++++++++++
2 files changed, 196 insertions(+), 4 deletions(-)
create mode 100644
core/src/test/java/org/apache/accumulo/core/clientImpl/bulk/LoadMappingIteratorTest.java