DomGarguilo commented on code in PR #3980:
URL: https://github.com/apache/accumulo/pull/3980#discussion_r1442145398


##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/PrepBulkImport.java:
##########
@@ -209,7 +210,8 @@ private KeyExtent checkForMerge(final long tid, final 
Manager manager) throws Ex
         try (TabletsMetadata tabletsMetadata =
             
TabletsMetadata.builder(manager.getContext()).forTable(bulkInfo.tableId)
                 .overlapping(startRow, 
null).checkConsistency().fetch(PREV_ROW).build()) {
-          return 
tabletsMetadata.stream().map(TabletMetadata::getExtent).iterator();
+          return tabletsMetadata.stream().map(TabletMetadata::getExtent)

Review Comment:
   Addressed in e4c3dad



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to