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

Remove SingleValueDocValuesFieldUpdates abstract class (only one implementation) #14059

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Dec 11, 2024

This abstract class has currently one implementation so let's merge on that implementation and remove it. My reasoning is that the abstract class is implementing more than it needs so there is some untested code there (e.g #void add(int doc, BytesRef value)).

Copy link

This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

@github-actions github-actions bot added the Stale label Dec 26, 2024
@iverase iverase merged commit c1cbb22 into apache:main Jan 15, 2025
5 checks passed
@iverase iverase deleted the NumericDocValuesFieldUpdates branch January 15, 2025 07:39
iverase added a commit that referenced this pull request Jan 15, 2025
This abstract class has currently one implementation so this removes this indirection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant