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

Core: Replace deprecated Roaring64Bitmap#add call with addRange #10350

Conversation

amogh-jahagirdar
Copy link
Contributor

I was going through our delete file indexing logic, and noticed Roaring64BitMap#add(start, end) is deprecated in favor of addRange, so this change just addresses that.

Copy link
Contributor

@flyrain flyrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 Thanks for the fix.

@amogh-jahagirdar
Copy link
Contributor Author

Thanks for the review @flyrain !

@amogh-jahagirdar amogh-jahagirdar merged commit 236f625 into apache:main May 18, 2024
41 checks passed
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.

None yet

2 participants