Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace usage of non-public Accumulo API PeekingIterator #2594

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

lbschanno
Copy link
Collaborator

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

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
@ivakegg ivakegg merged commit dfbbb41 into integration Nov 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants