milleruntime 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_r343338781
##########
File path:
core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java
##########
@@ -39,7 +40,7 @@
* columnFamilies passed into seek(). If you want a Map-backed Iterator that
returns only sought
* CFs, construct a new ColumnFamilySkippingIterator(new
SortedMapIterator(map)).
*
- * @see org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
+ * @see ColumnFamilySkippingIterator
*/
public class SortedMapIterator implements InterruptibleIterator {
Review comment:
Yup that seems to work well. I am running ITs to make sure I didn't break
anything.
----------------------------------------------------------------
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