datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Replace usage of non-public Accumulo API PeekingIterator

Open lbschanno opened this issue 4 months ago • 0 comments

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

lbschanno avatar Oct 04 '24 17:10 lbschanno