You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:44:11 UTC

[GitHub] [accumulo] keith-turner commented on a change in pull request #1765: Issue #1742 - Added forEach to ScannerBase. Added test in ScannerIT.

keith-turner commented on a change in pull request #1765:
URL: https://github.com/apache/accumulo/pull/1765#discussion_r516362986



##########
File path: core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java
##########
@@ -356,4 +357,10 @@ default void fetchColumn(CharSequence colFam, CharSequence colQual) {
   default void setExecutionHints(Map<String,String> hints) {
     throw new UnsupportedOperationException();
   }
+
+  default void forEach(BiConsumer<? super Key,? super Value> keyValueConsumer) {

Review comment:
       Needs a `@since 2.1.0` javadoc tag. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org