keith-turner commented on a change in pull request #1411: Move system iterators to iteratorsImpl package. Closes #1390 URL: https://github.com/apache/accumulo/pull/1411#discussion_r343116729
########## File path: core/src/main/java/org/apache/accumulo/core/util/SystemIteratorUtil.java ########## @@ -27,10 +27,10 @@ import org.apache.accumulo.core.data.Key; import org.apache.accumulo.core.data.Value; import org.apache.accumulo.core.iterators.SortedKeyValueIterator; -import org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator; -import org.apache.accumulo.core.iterators.system.ColumnQualifierFilter; -import org.apache.accumulo.core.iterators.system.DeletingIterator; -import org.apache.accumulo.core.iterators.system.VisibilityFilter; +import org.apache.accumulo.core.iteratorsImpl.system.ColumnFamilySkippingIterator; Review comment: This comment is not about this line. Could move this class to `iteratorImpl` package ---------------------------------------------------------------- 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
