datawave
datawave copied to clipboard
Replace usage of non-public Accumulo API PeekingIterator
org.apache.accumulo.core.util.PeekingIterator is part of Accumulo's non-public API. Replace all usages of it with org.apache.commons.collections4.iterators.PeekingIterator.
Part of work for #2443