keith-turner commented on a change in pull request #1537: Add PrintInfo options
to dump full keys, apply formatter
URL: https://github.com/apache/accumulo/pull/1537#discussion_r385922587
##########
File path:
core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java
##########
@@ -110,6 +126,53 @@ public void print(String indent) {
}
}
+ static class FormatterAdapter implements Iterable<Entry<Key,Value>> {
Review comment:
If using BiFunction, would not need this class.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services