-
Notifications
You must be signed in to change notification settings - Fork 477
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
COLLECTIONS-844 - allow counting Bloom filters with cell size other than Integer.SIZE #406
Merged
aherbert
merged 24 commits into
apache:master
from
Claudenw:unlock_counting_bloom_filters
Aug 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
eccfd03
added getMaxInsert() and getMaxValue() to CountingBloomFilter and cha…
Claudenw 837a8ff
Changed CellProducer to require ordered distinct cell indices.
Claudenw 7a9f9c2
Updated documentation
Claudenw afd0057
Merge branch 'unlock_counting_bloom_filters' of
Claudenw ec6360c
fixed javadoc issue
Claudenw e6807e0
updated cell documentation and term usage
Claudenw 8a9b193
fixed typo
Claudenw 66d45ba
removed extra spaces.
Claudenw 1ea112e
updated to fix Counting merge/remove issue
Claudenw 27e4119
Changes to standardize merge() and IndexProducer
Claudenw f7e4be0
modified as per discussion
Claudenw 06051a5
Cleaned up Jacoco report.
Claudenw 257d8a9
fixed asIndexArray data reallocation issues.
Claudenw 1c6a3f1
reversing again
Claudenw 0e404bd
updated BitCountProducer
Claudenw 8c0c182
updated BitCountProducer Test
Claudenw 94e5581
renamed bitcountproducer
Claudenw 25143a5
reverse
Claudenw e5a2b45
renamed bitcountproducer
Claudenw a197d2e
updated as per comments
Claudenw 12ae0e3
reverted IndexFilter with minor change for jacoco
Claudenw aa8f214
added javadoc
Claudenw 0df5351
changes as requested
Claudenw f1e159b
removed extra spaces
Claudenw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file has lost the git history from
BitCountProducer
. It is showing as a new file and the old interface as deleted.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be an issue with github display local git showed that it was renamed during commit.