ArbaazKhan1 commented on PR #5197: URL: https://github.com/apache/accumulo/pull/5197#issuecomment-2730733535
When updating the test I noticed that `createLoadMappingIter()` was creating a sorted map which was causing issues with testing `testInvalidOutOfOrderInput`. So to work around having key extents already being sorted I made `writeLoadMappingWithoutSorting()` which is essentially `writeLoadMapping()` from bulkSerialize but with an unordered map. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org