ctubbsii commented on a change in pull request #1114: Deprecate Formatter & move ScanInterpreter to SPI URL: https://github.com/apache/accumulo/pull/1114#discussion_r277195028
########## File path: shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java ########## @@ -38,10 +38,10 @@ import org.apache.accumulo.core.data.Value; import org.apache.accumulo.core.iterators.SortedKeyValueIterator; import org.apache.accumulo.core.security.Authorizations; +import org.apache.accumulo.core.spi.scan.DefaultScanInterpreter; +import org.apache.accumulo.core.spi.scan.ScanInterpreter; Review comment: I think I prefer the term `ScanFormatter` or something, since the job really is to format the results of a scan for display. ---------------------------------------------------------------- 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
